SF.net SVN: geany-plugins:[458] trunk/geanyprj/src/menu.c

yurand at users.sourceforge.net yurand at xxxxx
Sat Feb 7 22:08:30 UTC 2009


Revision: 458
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=458&view=rev
Author:   yurand
Date:     2009-02-07 22:08:30 +0000 (Sat, 07 Feb 2009)

Log Message:
-----------
GeanyPrj: Fixed 'Find in project' default directory

Modified Paths:
--------------
    trunk/geanyprj/src/menu.c

Modified: trunk/geanyprj/src/menu.c
===================================================================
--- trunk/geanyprj/src/menu.c	2009-02-07 19:15:07 UTC (rev 457)
+++ trunk/geanyprj/src/menu.c	2009-02-07 22:08:30 UTC (rev 458)
@@ -340,7 +340,6 @@
 		return;
 
 	dir = g_path_get_dirname(g_current_project->path);
-	setptr(dir, g_build_filename(dir, g_current_project->base_path, NULL));
 	search_show_find_in_files_dialog(dir);
 	g_free(dir);
 }


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



More information about the Plugins-Commits mailing list