anjuta r3625 - in trunk: . plugins/gtodo



Author: naba
Date: Sun Feb 10 18:39:59 2008
New Revision: 3625
URL: http://svn.gnome.org/viewvc/anjuta?rev=3625&view=rev

Log:
	* plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
	unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.


Modified:
   trunk/ChangeLog
   trunk/plugins/gtodo/preferences.c

Modified: trunk/plugins/gtodo/preferences.c
==============================================================================
--- trunk/plugins/gtodo/preferences.c	(original)
+++ trunk/plugins/gtodo/preferences.c	Sun Feb 10 18:39:59 2008
@@ -306,16 +306,12 @@
 	if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(chbox)))
 
 	{
-		message_box(_(	"Showing Tooltips in the todo list is still very alpha.\n"
-				"Because of some weird behaviour in gtk it only works with the column headers disabled.\n"
-				"I hope to get this fixed soon"),"", GTK_MESSAGE_INFO);
 		gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(mw.treeview), FALSE);			
 	}
 	else		
 	{
-
 		gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(mw.treeview), TRUE);
-	}		
+	}
 }
 
 static void preferences_cb_auto_purge(GtkWidget *cb, GtkWidget *hbox)



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