Rev 223: Add icon for Bazaar preferences. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
jelmer at samba.org
Sun Jul 15 21:53:00 BST 2007
At file:///data/jelmer/bzr-gtk/trunk/
------------------------------------------------------------
revno: 223
revision-id: jelmer at samba.org-20070715151334-2t0g8fmpgj6vnqa7
parent: jelmer at samba.org-20070715150506-1uemecr5kt7d4kvg
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2007-07-15 18:13:34 +0300
message:
Add icon for Bazaar preferences.
added:
bazaar-properties.desktop bazaarproperties.des-20070715151330-m1mqz0ypx3qy6uae-1
modified:
bzr-notify.desktop bzrnotify.desktop-20070713215921-629u4nx1ymhrtl95-1
notify.py notify.py-20070713203101-vymtmaj9t9b95z99-1
olive-gtk.desktop olivegtk.desktop-20060815170839-qylqcjkyiwcqysnr-1
=== added file 'bazaar-properties.desktop'
--- a/bazaar-properties.desktop 1970-01-01 00:00:00 +0000
+++ b/bazaar-properties.desktop 2007-07-15 15:13:34 +0000
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Bazaar Preferences
+Comment=Configure Bazaar settings
+Icon=bazaar
+Exec=bzr gpreferences
+Terminal=false
+Type=Application
+Categories=Settings;
+OnlyShowIn=GNOME;
=== 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:34 +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:34 +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:34 +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