Author: akv Date: 2011-03-27 19:58:33 +0200 (Sun, 27 Mar 2011) New Revision: 3937
Modified: trunk/src/rs-toolbox.c Log: Fixed problem in toolbox - patch by Simone Contini. Modified: trunk/src/rs-toolbox.c =================================================================== --- trunk/src/rs-toolbox.c 2011-03-27 17:57:17 UTC (rev 3936) +++ trunk/src/rs-toolbox.c 2011-03-27 17:58:33 UTC (rev 3937) @@ -126,7 +126,7 @@ static gboolean basic_range_reset(GtkWidget *widget, GdkEventButton *event, gpointer user_data); static GtkRange *basic_slider(RSToolbox *toolbox, const gint snapshot, GtkTable *table, const gint row, const BasicSettings *basic); static void curve_changed(GtkWidget *widget, gpointer user_data); -static GtkWidget *new_snapshot_page(); +static GtkWidget *new_snapshot_page(RSToolbox *toolbox, const gint snapshot); static GtkWidget *new_transform(RSToolbox *toolbox, gboolean show); static void toolbox_copy_from_photo(RSToolbox *toolbox, const gint snapshot, const RSSettingsMask mask, RS_PHOTO *photo); static void photo_settings_changed(RS_PHOTO *photo, RSSettingsMask mask, gpointer user_data); _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
