diff options
author | rbuj <[email protected]> | 2019-06-22 10:44:09 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2019-06-24 11:37:02 +0200 |
commit | 5f299dbf83d7d8f49c9e73f8c2cec9a4cce42cfb (patch) | |
tree | f9cb9812c4f7755116708ea0a6fa741a7f9d976a /capplets/time-admin/src/time-share.h | |
parent | 39028e317750bcc4c81d762c25f2c88f5c8f3f56 (diff) | |
download | mate-control-center-5f299dbf83d7d8f49c9e73f8c2cec9a4cce42cfb.tar.bz2 mate-control-center-5f299dbf83d7d8f49c9e73f8c2cec9a4cce42cfb.tar.xz |
time-admin: Don't set font size/color for regular controls
Themes and Appearance
Diffstat (limited to 'capplets/time-admin/src/time-share.h')
-rw-r--r-- | capplets/time-admin/src/time-share.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/capplets/time-admin/src/time-share.h b/capplets/time-admin/src/time-share.h index e4391bf2..1a842e1c 100644 --- a/capplets/time-admin/src/time-share.h +++ b/capplets/time-admin/src/time-share.h @@ -33,7 +33,6 @@ #include <libintl.h> #include <gio/gio.h> -#define TYPEMSG "<span foreground='red'font_desc='13'>%s </span>" #define ERROR 1 #define WARING 2 #define INFOR 3 @@ -77,10 +76,6 @@ int MessageReport (const char *Title, const char *Msg, int nType); -void SetLableFontType (GtkWidget *Lable, - int FontSzie, - const char *Word); - void QuitApp (TimeAdmin *ta); void SetTooltip (GtkWidget *box, |