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



commit c9e364f76fe1512ba1f0289964e3f72ef82948c9
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Oct 8 18:14:26 2016 +0300

    timer: add gp-text-color class

 timer/src/timer-applet.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/timer/src/timer-applet.c b/timer/src/timer-applet.c
index 1333a25..82ee6ba 100644
--- a/timer/src/timer-applet.c
+++ b/timer/src/timer-applet.c
@@ -416,6 +416,8 @@ timer_applet_fill (PanelApplet* applet_widget)
     applet->pause_image = GTK_IMAGE (gtk_image_new_from_icon_name ("media-playback-pause", 
GTK_ICON_SIZE_BUTTON));
     applet->label = GTK_LABEL (gtk_label_new (""));
 
+    panel_applet_add_text_class (applet_widget, GTK_WIDGET (applet->label));
+
     /* we add the Gtk label into the applet */
     gtk_box_pack_start (applet->box,
                         GTK_WIDGET (applet->image),


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