SF.net SVN: geany:[6018] trunk/src/dialogs.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Oct 7 16:50:15 UTC 2011


Revision: 6018
          http://geany.svn.sourceforge.net/geany/?rev=6018&view=rev
Author:   ntrel
Date:     2011-10-07 16:50:15 +0000 (Fri, 07 Oct 2011)
Log Message:
-----------
Remove unnecessary document_show_tab() call (oops).

Modified Paths:
--------------
    trunk/src/dialogs.c

Modified: trunk/src/dialogs.c
===================================================================
--- trunk/src/dialogs.c	2011-10-07 16:47:31 UTC (rev 6017)
+++ trunk/src/dialogs.c	2011-10-07 16:50:15 UTC (rev 6018)
@@ -703,7 +703,6 @@
 	gboolean result = FALSE;
 
 	g_return_val_if_fail(doc, FALSE);
-	document_show_tab(doc);
 
 #ifdef G_OS_WIN32
 	if (interface_prefs.use_native_windows_dialogs)

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