[Xfce4-commits] <xfce4-weather-plugin:master> Add label to size group in config dialog.

Harald Judt noreply at xfce.org
Mon Jul 16 16:04:01 CEST 2012


Updating branch refs/heads/master
         to 91afd25d3a91e1890686b7b9bf1aa0db38625372 (commit)
       from a1cd2ccae937847fce078198449e152ddf366d19 (commit)

commit 91afd25d3a91e1890686b7b9bf1aa0db38625372
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Jul 16 16:01:55 2012 +0200

    Add label to size group in config dialog.

 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 2929292..d90853a 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -417,7 +417,7 @@ create_config_dialog (xfceweather_data *data,
   gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
   gtk_box_pack_start (GTK_BOX (hbox), dialog->combo_unit_system, TRUE, TRUE, 0);
   gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
-
+  gtk_size_group_add_widget (sg, label);
 
   label = gtk_label_new_with_mnemonic (_("L_ocation:"));
   dialog->txt_lat = gtk_entry_new ();


More information about the Xfce4-commits mailing list