SF.net SVN: geany: [1457] trunk/src/document.c

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Apr 16 20:29:40 UTC 2007


Revision: 1457
          http://svn.sourceforge.net/geany/?rev=1457&view=rev
Author:   eht16
Date:     2007-04-16 13:29:39 -0700 (Mon, 16 Apr 2007)

Log Message:
-----------
Oops.

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

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2007-04-16 15:58:34 UTC (rev 1456)
+++ trunk/src/document.c	2007-04-16 20:29:39 UTC (rev 1457)
@@ -614,7 +614,6 @@
 	if (g_stat(locale_filename, &st) != 0)
 	{
 		msgwin_status_add(_("Could not open file %s (%s)"), utf8_filename, g_strerror(errno));
-		dialogs_show_msgbox(0, "%s %s", utf8_filename, locale_filename);
 		return FALSE;
 	}
 


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