anjuta r3723 - in trunk: . plugins/document-manager



Author: naba
Date: Wed Feb 27 20:07:16 2008
New Revision: 3723
URL: http://svn.gnome.org/viewvc/anjuta?rev=3723&view=rev

Log:
	* plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
	string break. That was a mistake doing at this point.


Modified:
   trunk/ChangeLog
   trunk/plugins/document-manager/plugin.c

Modified: trunk/plugins/document-manager/plugin.c
==============================================================================
--- trunk/plugins/document-manager/plugin.c	(original)
+++ trunk/plugins/document-manager/plugin.c	Wed Feb 27 20:07:16 2008
@@ -1531,7 +1531,7 @@
 					{
 						gchar *fullmsg;
 						const gchar *filename = ianjuta_document_get_filename (doc, NULL); /* this may fail, too */
-						fullmsg = g_strdup_printf (_("Autosave failed for file %s: %s"), filename, err->message);
+						fullmsg = g_strdup_printf (_("Autosave failed for %s"), filename);
 						anjuta_status (status, fullmsg, 3);
 						g_free (fullmsg);
 						g_error_free (err);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]