anjuta r3882 - in trunk: . plugins/tools



Author: sgranjoux
Date: Wed Apr 23 17:55:53 2008
New Revision: 3882
URL: http://svn.gnome.org/viewvc/anjuta?rev=3882&view=rev

Log:
	* plugins/tools/plugin.c:
	Fix #529506: Uncorrect unloading tools plugin


Modified:
   trunk/ChangeLog
   trunk/plugins/tools/plugin.c

Modified: trunk/plugins/tools/plugin.c
==============================================================================
--- trunk/plugins/tools/plugin.c	(original)
+++ trunk/plugins/tools/plugin.c	Wed Apr 23 17:55:53 2008
@@ -258,7 +258,7 @@
 static void
 ipreferences_unmerge(IAnjutaPreferences* obj, AnjutaPreferences* prefs, GError** e)
 {
-	anjuta_preferences_remove_page (prefs, "Tools");
+	anjuta_preferences_remove_page (prefs, _("Tools"));
 }
 
 static void



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