Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2308)

Issue 6846058: Remove gnome-icon-theme-legacy dependency. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by fujiwara
Modified:
11 years, 5 months ago
Reviewers:
shawn.p.huang
CC:
shawn.p.huang_gmail.com
Base URL:
git@github.com:ibus/ibus.git@master
Visibility:
Public.

Description

Remove gnome-icon-theme-legacy dependency. gtk_image_set_from_icon_name() accesses the icon_name only but gtk_image_set_from_stock() can fallback the stock name to the real name. E.g. "gtk-about.png" is the symlink of "help-about.png" and "gtk-about.png" is included in gnome-icon-theme-legacy package in Fedora.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Updated with message #3. #

Patch Set 3 : Updated with the latest master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -37 lines) Patch
M setup/engineabout.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M setup/enginecombobox.py View 1 1 chunk +0 lines, -5 lines 0 comments Download
M setup/enginetreeview.py View 1 1 chunk +0 lines, -7 lines 0 comments Download
M setup/icon.py View 1 3 chunks +27 lines, -6 lines 0 comments Download
M ui/gtk3/iconwidget.vala View 1 1 chunk +29 lines, -7 lines 0 comments Download
M ui/gtk3/panel.vala View 3 chunks +9 lines, -6 lines 0 comments Download
M ui/gtk3/property.vala View 1 chunk +1 line, -3 lines 0 comments Download
M ui/gtk3/switcher.vala View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
fujiwara
11 years, 5 months ago (2012-11-15 13:14:14 UTC) #1
Peng
On 2012/11/15 13:14:14, fujiwara wrote:
11 years, 5 months ago (2012-11-15 15:40:20 UTC) #2
Peng
https://codereview.appspot.com/6846058/diff/1/setup/engineabout.py File setup/engineabout.py (left): https://codereview.appspot.com/6846058/diff/1/setup/engineabout.py#oldcode41 setup/engineabout.py:41: self.set_icon_name(Gtk.STOCK_ABOUT) I think using 'help-about' should be enough. I ...
11 years, 5 months ago (2012-11-15 15:40:26 UTC) #3
fujiwara
On 2012/11/15 15:40:26, Peng wrote: > https://codereview.appspot.com/6846058/diff/1/setup/engineabout.py > File setup/engineabout.py (left): > > https://codereview.appspot.com/6846058/diff/1/setup/engineabout.py#oldcode41 > ...
11 years, 5 months ago (2012-11-16 09:50:11 UTC) #4
Peng
11 years, 5 months ago (2012-11-22 02:50:33 UTC) #5
lgtm.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b