[Xfce4-commits] <xfce4-weather-plugin:master> Config dialog: Update scrollbox immediately when changing lines.

Harald Judt noreply at xfce.org
Sat Jan 5 12:42:02 CET 2013


Updating branch refs/heads/master
         to 891512a385a0088ad75cc5064a1b3bb660700fed (commit)
       from bc910c92541dad8783594fc59f932ab76550c543 (commit)

commit 891512a385a0088ad75cc5064a1b3bb660700fed
Author: Harald Judt <h.judt at gmx.at>
Date:   Sat Jan 5 12:39:42 2013 +0100

    Config dialog: Update scrollbox immediately when changing lines.

 panel-plugin/weather-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 6c5edae..90978df 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -977,7 +977,7 @@ spin_scrollbox_lines_value_changed(const GtkWidget *spin,
     xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
     dialog->pd->scrollbox_lines =
         gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(spin));
-    update_scrollbox(dialog->pd, FALSE);
+    update_scrollbox(dialog->pd, TRUE);
 }
 
 


More information about the Xfce4-commits mailing list