From: Enrico Zini Date: Fri, 26 Mar 2010 19:12:05 +0000 (+0000) Subject: Create label X-Git-Url: https://git.toastfreeware.priv.at/gregoa/zavai.git/commitdiff_plain/7f5e630cec5f5122aaebc3c062303bd2864c8064?ds=sidebyside Create label --- diff --git a/src/app_main.vala b/src/app_main.vala index 1f101df..ae1735f 100644 --- a/src/app_main.vala +++ b/src/app_main.vala @@ -140,6 +140,7 @@ public class Status : Applet status_icons = new Gtk.HBox(false, 0); clock = new Clock(); gsm_status = new Gtk.Label(""); + gsm_info = new Gtk.Label(""); menu = new AppletPushLink(zavai.menu_main); pack_start(status_icons, false, false, 0);