[gthumb/ext] set the single catalog box insensitive



commit b30ef8be5cca1651df7ec6e6d58bfab31d8622ec
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jan 3 00:13:05 2010 +0100

    set the single catalog box insensitive

 extensions/catalogs/dlg-organize-files.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/extensions/catalogs/dlg-organize-files.c b/extensions/catalogs/dlg-organize-files.c
index 69e0509..173ffa6 100644
--- a/extensions/catalogs/dlg-organize-files.c
+++ b/extensions/catalogs/dlg-organize-files.c
@@ -140,6 +140,7 @@ dlg_organize_files (GthBrowser *browser,
 	gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (GET_WIDGET ("include_subfolders_checkbutton")), TRUE);
 	gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (GET_WIDGET ("ignore_singletons_checkbutton")), FALSE);
 	gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (GET_WIDGET ("use_singletons_catalog_checkbutton")), FALSE);
+	gtk_widget_set_sensitive (GET_WIDGET ("single_catalog_box"), FALSE);
 
 	/* run dialog. */
 



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