[Xfce4-commits] <xfce4-weather-plugin:master> fix search results

Colin Leroy noreply at xfce.org
Wed Nov 16 22:34:07 CET 2011


Updating branch refs/heads/master
         to fa62c838ea0cbb589dfddf2b28d50a85eeee711d (commit)
       from 21813ad3d5241a982702175a3ebdbaa84f439841 (commit)

commit fa62c838ea0cbb589dfddf2b28d50a85eeee711d
Author: Colin Leroy <colin at colino.net>
Date:   Wed Nov 16 20:22:17 2011 +0100

    fix search results

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

diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
index 2b7398e..d14a639 100644
--- a/panel-plugin/weather-search.c
+++ b/panel-plugin/weather-search.c
@@ -43,7 +43,7 @@ append_result (GtkListStore *mdl,
   GtkTreeIter iter;
 
   gtk_list_store_append (mdl, &iter);
-  gtk_list_store_set (mdl, &iter, 0, city, 1, lat, lon, -1);
+  gtk_list_store_set (mdl, &iter, 0, city, 1, lat, 2, lon, -1);
 }
 
 


More information about the Xfce4-commits mailing list