[gnome-applets] gweather: add gp-text-color class



commit b2c404dc12c9cdc38ae89a65f08f16f74845ec5d
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Oct 8 18:09:37 2016 +0300

    gweather: add gp-text-color class

 gweather/src/gweather-applet.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gweather/src/gweather-applet.c b/gweather/src/gweather-applet.c
index bcc511b..263885b 100644
--- a/gweather/src/gweather-applet.c
+++ b/gweather/src/gweather-applet.c
@@ -167,6 +167,7 @@ static void place_widgets (GWeatherApplet *gw_applet)
 
     /* Create the temperature label */
     gw_applet->label = gtk_label_new("--");
+    panel_applet_add_text_class (gw_applet->applet, gw_applet->label);
     
     /* Update temperature text */
     if (gw_applet->gweather_info)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]