[Xfce4-commits] <ristretto:master> disable slideshow tab too

Stephan Arts stephan at xfce.org
Wed Aug 12 12:18:22 CEST 2009


Updating branch refs/heads/master
         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