SF.net SVN: geany: [2096] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Dec 9 16:59:22 UTC 2007


Revision: 2096
          http://geany.svn.sourceforge.net/geany/?rev=2096&view=rev
Author:   eht16
Date:     2007-12-09 08:59:21 -0800 (Sun, 09 Dec 2007)

Log Message:
-----------
Fix wrong file filters in file dialogs opened in the preferences dialog.
Fix wrong debug display of filenames which could not be loaded from last session.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/keyfile.c
    trunk/src/win32.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-12-09 16:52:59 UTC (rev 2095)
+++ trunk/ChangeLog	2007-12-09 16:59:21 UTC (rev 2096)
@@ -2,6 +2,10 @@
 
  * geany.spec.in: Apply patch from Yura Siamashka and Dominic Hopf
                   to fix build of rpm package (thanks).
+ * src/win32.c: Fix wrong file filters in file dialogs opened in the
+                preferences dialog.
+ * src/keyfile.c: Fix wrong debug display of filenames which could not
+                  be loaded from last session.
 
 
 2007-12-07  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/src/keyfile.c
===================================================================
--- trunk/src/keyfile.c	2007-12-09 16:52:59 UTC (rev 2095)
+++ trunk/src/keyfile.c	2007-12-09 16:59:21 UTC (rev 2096)
@@ -851,7 +851,7 @@
 			else
 			{
 				failure = TRUE;
-				geany_debug("Could not find file '%s'.", tmp[4]);
+				geany_debug("Could not find file '%s'.", tmp[7]);
 			}
 
 			g_free(locale_filename);

Modified: trunk/src/win32.c
===================================================================
--- trunk/src/win32.c	2007-12-09 16:52:59 UTC (rev 2095)
+++ trunk/src/win32.c	2007-12-09 16:59:21 UTC (rev 2096)
@@ -424,7 +424,7 @@
 	gint retval;
 	gchar *fname = g_malloc(512);
 	gchar **field, *filename, *tmp;
-	gchar *filters = win32_get_filters(TRUE);
+	gchar *filters = win32_get_filters(FALSE);
 
 	fname[0] = '\0';
 


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