[gthumb] convert and resize: use the specified destination by default
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] convert and resize: use the specified destination by default
- Date: Tue, 28 Dec 2010 17:24:05 +0000 (UTC)
commit 89235680103b734c75e002bcc3ccf7dda55d1106
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Dec 28 17:11:59 2010 +0100
convert and resize: use the specified destination by default
extensions/convert_format/dlg-convert-format.c | 2 --
extensions/resize_images/dlg-resize-images.c | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/extensions/convert_format/dlg-convert-format.c b/extensions/convert_format/dlg-convert-format.c
index 9895ccc..558e2aa 100644
--- a/extensions/convert_format/dlg-convert-format.c
+++ b/extensions/convert_format/dlg-convert-format.c
@@ -226,8 +226,6 @@ dlg_convert_format (GthBrowser *browser,
if (GTH_IS_FILE_SOURCE_VFS (gth_browser_get_location_source (browser)))
gtk_widget_hide (GET_WIDGET ("use_destination_checkbutton"));
- else
- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (GET_WIDGET ("use_destination_checkbutton")), TRUE);
gtk_window_set_transient_for (GTK_WINDOW (data->dialog), GTK_WINDOW (browser));
gtk_window_set_modal (GTK_WINDOW (data->dialog), FALSE);
diff --git a/extensions/resize_images/dlg-resize-images.c b/extensions/resize_images/dlg-resize-images.c
index 2d2670b..244ea82 100644
--- a/extensions/resize_images/dlg-resize-images.c
+++ b/extensions/resize_images/dlg-resize-images.c
@@ -270,8 +270,6 @@ dlg_resize_images (GthBrowser *browser,
if (GTH_IS_FILE_SOURCE_VFS (gth_browser_get_location_source (browser)))
gtk_widget_hide (GET_WIDGET ("use_destination_checkbutton"));
- else
- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (GET_WIDGET ("use_destination_checkbutton")), TRUE);
gtk_window_set_transient_for (GTK_WINDOW (data->dialog), GTK_WINDOW (browser));
gtk_window_set_modal (GTK_WINDOW (data->dialog), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]