[Xfce4-commits] <ristretto:ristretto-0.0> disable slideshow tab too
Stephan Arts
noreply at xfce.org
Sun Oct 23 19:12:52 CEST 2011
Updating branch refs/heads/ristretto-0.0
to 42db1caddceb8fbb5516b1e7e6790a9e92da2107 (commit)
from e148dbd2f8ee70b39cef9f6a2a723ea4edfa7848 (commit)
commit 42db1caddceb8fbb5516b1e7e6790a9e92da2107
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Apr 27 00:39:59 2009 +0200
disable slideshow tab too
src/preferences_dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/preferences_dialog.c b/src/preferences_dialog.c
index e0a5648..296108b 100644
--- a/src/preferences_dialog.c
+++ b/src/preferences_dialog.c
@@ -217,7 +217,7 @@ rstto_preferences_dialog_init(RsttoPreferencesDialog *dialog)
GtkWidget *slideshow_main_lbl = gtk_label_new(_("Slideshow"));
gtk_notebook_append_page(GTK_NOTEBOOK(notebook), slideshow_main_vbox, slideshow_main_lbl);
/* not used */
- gtk_widget_set_sensitive (slideshow_bgcolor_vbox, FALSE);
+ gtk_widget_set_sensitive (slideshow_main_vbox, FALSE);
slideshow_bgcolor_vbox = gtk_vbox_new(FALSE, 0);
slideshow_bgcolor_frame = xfce_create_framebox_with_content (_("Background color"), slideshow_bgcolor_vbox);
More information about the Xfce4-commits
mailing list