Rev 223: Add icon for Bazaar preferences. in file:///data/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Sun Jul 15 16:13:12 BST 2007


At file:///data/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 223
revision-id: jelmer at samba.org-20070715151312-u3tj4x76r6qjm310
parent: jelmer at samba.org-20070715150506-1uemecr5kt7d4kvg
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2007-07-15 18:13:12 +0300
message:
  Add icon for Bazaar preferences.
modified:
  bzr-notify.desktop             bzrnotify.desktop-20070713215921-629u4nx1ymhrtl95-1
  notify.py                      notify.py-20070713203101-vymtmaj9t9b95z99-1
  olive-gtk.desktop              olivegtk.desktop-20060815170839-qylqcjkyiwcqysnr-1
=== modified file 'bzr-notify.desktop'
--- a/bzr-notify.desktop	2007-07-13 21:59:44 +0000
+++ b/bzr-notify.desktop	2007-07-15 15:13:12 +0000
@@ -6,5 +6,6 @@
 GenericName=
 Comment=Notification Area Icon for Bazaar
 Icon=bzr-icon-64.png
-Exec=/usr/bin/bzr commit-notify
+Exec=bzr commit-notify
 Categories=Application;Development;
+Terminal=false

=== modified file 'notify.py'
--- a/notify.py	2007-07-15 15:02:33 +0000
+++ b/notify.py	2007-07-15 15:13:12 +0000
@@ -52,7 +52,7 @@
         item.connect('activate', self.show_about)
         self.append(item)
         self.append(gtk.SeparatorMenuItem())
-        item = gtk.MenuItem('_Close')
+        item = gtk.ImageMenuItem(gtk.STOCK_QUIT, None)
         item.connect('activate', gtk.main_quit)
         self.append(item)
         self.show_all()

=== modified file 'olive-gtk.desktop'
--- a/olive-gtk.desktop	2006-12-13 12:29:59 +0000
+++ b/olive-gtk.desktop	2007-07-15 15:13:12 +0000
@@ -6,5 +6,5 @@
 GenericName=Version Control GUI
 Comment=Graphical User Interface for the Bazaar Version Control System
 Icon=olive-gtk.png
-Exec=/usr/bin/olive-gtk
+Exec=olive-gtk
 Categories=Application;Development;




More information about the bazaar-commits mailing list