Author: post
Date: 2010-11-18 22:14:52 +0100 (Thu, 18 Nov 2010)
New Revision: 3630
Modified:
trunk/src/rs-actions.c
Log:
Add status message, while exporting to GIMP.
Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c 2010-11-18 21:13:11 UTC (rev 3629)
+++ trunk/src/rs-actions.c 2010-11-18 21:14:52 UTC (rev 3630)
@@ -279,6 +279,8 @@
{
if (!RS_IS_PHOTO(rs->photo)) return;
+ guint status = gui_status_push(_("Exporting to GIMP..."));
+ GTK_CATCHUP();
if (!rs_external_editor_gimp(rs->photo, rs->filter_end,
rs->current_setting))
{
GtkWidget *dialog =
gui_dialog_make_from_text(GTK_STOCK_DIALOG_WARNING,
@@ -289,6 +291,7 @@
gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);
}
+ gui_status_pop(status);
}
ACTION(reload)
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit