SF.net SVN: geany: [699] trunk/src
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Aug 11 21:41:09 UTC 2006
Revision: 699
Author: ntrel
Date: 2006-08-11 14:41:05 -0700 (Fri, 11 Aug 2006)
ViewCVS: http://svn.sourceforge.net/geany/?rev=699&view=rev
Log Message:
-----------
Group search related code
Modified Paths:
--------------
trunk/src/callbacks.c
trunk/src/search.h
Modified: trunk/src/callbacks.c
===================================================================
--- trunk/src/callbacks.c 2006-08-11 21:12:49 UTC (rev 698)
+++ trunk/src/callbacks.c 2006-08-11 21:41:05 UTC (rev 699)
@@ -117,7 +117,6 @@
g_free(app->configdir);
g_free(app->datadir);
g_free(app->docdir);
- g_free(search_data.text);
g_free(app->editor_font);
g_free(app->tagbar_font);
g_free(app->msgwin_font);
Modified: trunk/src/search.h
===================================================================
--- trunk/src/search.h 2006-08-11 21:12:49 UTC (rev 698)
+++ trunk/src/search.h 2006-08-11 21:41:05 UTC (rev 699)
@@ -28,7 +28,7 @@
FIF_INVERT_MATCH = 1 << 2
} fif_options;
-// the flags given in the search dialog(stored statically for "find next" and "replace")
+// the flags given in the search dialog for "find next"
typedef struct
{
gchar *text;
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