gnome-applets r10822 - trunk/gweather



Author: callum
Date: Wed Apr 30 09:52:20 2008
New Revision: 10822
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10822&view=rev

Log:
Remove mention od an unusable accelerator key.

Modified:
   trunk/gweather/ChangeLog
   trunk/gweather/GNOME_GWeatherApplet.xml
   trunk/gweather/gweather-applet.c

Modified: trunk/gweather/GNOME_GWeatherApplet.xml
==============================================================================
--- trunk/gweather/GNOME_GWeatherApplet.xml	(original)
+++ trunk/gweather/GNOME_GWeatherApplet.xml	Wed Apr 30 09:52:20 2008
@@ -1,9 +1,9 @@
 <Root>
    <popups>
       <popup name="button3">
-         <menuitem name="Item 1" verb="Details" _label="_Details" accel="*Control*d"/>
+         <menuitem name="Item 1" verb="Details" _label="_Details"/>
          <menuitem name="Item 2" verb="Update" _label="_Update"
-                   pixtype="stock" pixname="gtk-refresh" accel="*Control*u"/>
+                   pixtype="stock" pixname="gtk-refresh"/>
       <separator/>
          <menuitem name="Item 3" verb="Props" _label="_Preferences"
                    pixtype="stock" pixname="gtk-properties"/>

Modified: trunk/gweather/gweather-applet.c
==============================================================================
--- trunk/gweather/gweather-applet.c	(original)
+++ trunk/gweather/gweather-applet.c	Wed Apr 30 09:52:20 2008
@@ -80,7 +80,6 @@
 	gw_applet->pref_dialog = gweather_pref_new(gw_applet);
 	g_object_add_weak_pointer(G_OBJECT(gw_applet->pref_dialog),
 				  (gpointer *)&(gw_applet->pref_dialog));
-	/* XXX: This should not be necessary */
 	gtk_widget_show_all (gw_applet->pref_dialog);
    }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]