SF.net SVN: geany: [552] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Jul 13 19:49:39 UTC 2006


Revision: 552
Author:   ntrel
Date:     2006-07-13 12:49:33 -0700 (Thu, 13 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=552&view=rev

Log Message:
-----------
Remove unwanted tooltip for the menubar.

Modified Paths:
--------------
    trunk/geany.glade
    trunk/src/interface.c
Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade	2006-07-13 14:30:44 UTC (rev 551)
+++ trunk/geany.glade	2006-07-13 19:49:33 UTC (rev 552)
@@ -31,7 +31,6 @@
       <child>
 	<widget class="GtkMenuBar" id="menubar1">
 	  <property name="visible">True</property>
-	  <property name="tooltip" translatable="yes">Undo the last modification</property>
 
 	  <child>
 	    <widget class="GtkMenuItem" id="menuitem1">

Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c	2006-07-13 14:30:44 UTC (rev 551)
+++ trunk/src/interface.c	2006-07-13 19:49:33 UTC (rev 552)
@@ -228,7 +228,6 @@
   menubar1 = gtk_menu_bar_new ();
   gtk_widget_show (menubar1);
   gtk_box_pack_start (GTK_BOX (vbox1), menubar1, FALSE, FALSE, 0);
-  gtk_tooltips_set_tip (tooltips, menubar1, _("Undo the last modification"), NULL);
 
   menuitem1 = gtk_menu_item_new_with_mnemonic (_("_File"));
   gtk_widget_show (menuitem1);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list