Author: akv
Date: 2009-07-19 14:24:35 +0200 (Sun, 19 Jul 2009)
New Revision: 2592
Modified:
trunk/src/rs-actions.c
Log:
Showing correct filename in statusbar after quick export.
Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c 2009-07-13 15:02:45 UTC (rev 2591)
+++ trunk/src/rs-actions.c 2009-07-19 12:24:35 UTC (rev 2592)
@@ -194,7 +194,7 @@
if (rs_photo_save(rs->photo, output, -1, -1, FALSE, 1.0,
rs->current_setting, rs->cms))
{
- gchar *status = g_strdup_printf("%s (%s)", _("File
exported"), filename->str);
+ gchar *status = g_strdup_printf("%s (%s)", _("File
exported"), parsed_filename);
gui_status_notify(status);
g_free(status);
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit