[Xfce4-commits] <xfce4-weather-plugin:master> Start the update spinner on auto-detect-by-ip.

Harald Judt noreply at xfce.org
Wed Nov 28 00:00:04 CET 2012


Updating branch refs/heads/master
         to 8634c6c2729a4c121974b2ff1dec4fe472b25dcd (commit)
       from 03891ad18638a78604f4d1dd380655db85157b99 (commit)

commit 8634c6c2729a4c121974b2ff1dec4fe472b25dcd
Author: Harald Judt <h.judt at gmx.at>
Date:   Tue Nov 27 23:33:00 2012 +0100

    Start the update spinner on auto-detect-by-ip.

 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 46aa068..5a108a5 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -301,6 +301,7 @@ start_auto_locate(xfceweather_dialog *dialog)
 {
     gtk_widget_set_sensitive(dialog->text_loc_name, FALSE);
     gtk_entry_set_text(GTK_ENTRY(dialog->text_loc_name), _("Detecting..."));
+    gtk_spinner_start(GTK_SPINNER(dialog->update_spinner));
     weather_search_by_ip(dialog->wd->session, auto_locate_cb, dialog);
 }
 


More information about the Xfce4-commits mailing list