[Goodies-commits] r3760 - thunar-svn-plugin/trunk/thunar-svn-plugin

Peter de Ridder peter at xfce.org
Sat Dec 29 12:20:10 CET 2007


Author: peter
Date: 2007-12-29 11:20:10 +0000 (Sat, 29 Dec 2007)
New Revision: 3760

Modified:
   thunar-svn-plugin/trunk/thunar-svn-plugin/tsp-provider.c
Log:
Fixed segfault on non svn folders

Modified: thunar-svn-plugin/trunk/thunar-svn-plugin/tsp-provider.c
===================================================================
--- thunar-svn-plugin/trunk/thunar-svn-plugin/tsp-provider.c	2007-12-28 22:14:31 UTC (rev 3759)
+++ thunar-svn-plugin/trunk/thunar-svn-plugin/tsp-provider.c	2007-12-29 11:20:10 UTC (rev 3760)
@@ -401,7 +401,7 @@
 													 "name", "Tsp::import",
 													 "label", _("SVN _Import"),
 													 NULL);
-		g_signal_connect_object (action, "activate", G_CALLBACK (tsp_action_unimplemented), N_("Import"), G_CONNECT_AFTER);
+		g_signal_connect_after (action, "activate", G_CALLBACK (tsp_action_unimplemented), N_("Import"));
 		actions = g_list_append (actions, action);
 	}
 	if (parent_wc || directory_is_wc)




More information about the Goodies-commits mailing list