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

commit 891512a385a0088ad75cc5064a1b3bb660700fed
Author: Harald Judt <h.j...@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);
 }
 
 
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to