projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b09f27f
)
Set icon of about dialog.
author
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 31 Aug 2009 07:08:00 +0000
(15:08 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 31 Aug 2009 07:08:00 +0000
(15:08 +0800)
ui/gtk/panel.py
patch
|
blob
|
history
diff --git
a/ui/gtk/panel.py
b/ui/gtk/panel.py
index 85263f4e98d8421afc351e23c7a16ac54fdc0604..95eafa06ed7798cb09f42ef3d51ae1f734cd459d 100644
(file)
--- a/
ui/gtk/panel.py
+++ b/
ui/gtk/panel.py
@@
-433,6
+433,7
@@
class Panel(ibus.PanelBase):
about_dialog.set_documenters(["Huang Peng <shawn.p.huang@gmail.com>"])
about_dialog.set_translator_credits(_("translator-credits"))
about_dialog.set_logo_icon_name("ibus")
+ about_dialog.set_icon_name("ibus")
about_dialog.run()
about_dialog.destroy()
elif command == gtk.STOCK_QUIT: