[Pkg-bazaar-commits] ./bzr-gtk/unstable r223: Add icon for Bazaar preferences.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:45:33 UTC 2009


------------------------------------------------------------
revno: 223
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
modified:
  bzr-notify.desktop
  notify.py
  olive-gtk.desktop
-------------- next part --------------
=== 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 Pkg-bazaar-commits mailing list