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



commit 916e1549eb46b4a77f27e02c92a60409f710064d
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Oct 8 18:06:24 2016 +0300

    command: add gp-text-color class

 command/src/command.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/command/src/command.c b/command/src/command.c
index 4563795..a74fe89 100644
--- a/command/src/command.c
+++ b/command/src/command.c
@@ -346,6 +346,8 @@ command_applet_fill (PanelApplet* applet)
                         GTK_WIDGET (command_applet->label),
                         TRUE, TRUE, 0);
 
+    panel_applet_add_text_class (command_applet->applet, GTK_WIDGET (command_applet->label));
+
     gtk_container_add (GTK_CONTAINER (applet),
                        GTK_WIDGET (command_applet->box));
 


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