[Xfce4-commits] <xfce4-weather-plugin:master> Update scrollbox when changing round setting.
Harald Judt
noreply at xfce.org
Tue Nov 27 19:04:01 CET 2012
Updating branch refs/heads/master
to 02a4d8920feefe14452ccc6cbc1e1734e7829e25 (commit)
from c1afebf13a652e80624f9639a828afe804dfc621 (commit)
commit 02a4d8920feefe14452ccc6cbc1e1734e7829e25
Author: Harald Judt <h.judt at gmx.at>
Date: Tue Nov 27 19:03:05 2012 +0100
Update scrollbox when changing round setting.
panel-plugin/weather-config.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index e0342fc..3fdfc43 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -659,6 +659,7 @@ check_round_values_toggled(GtkWidget *button,
xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
dialog->wd->round =
gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button));
+ update_scrollbox(dialog->wd);
}
More information about the Xfce4-commits
mailing list