[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 03/04: Replaced CSS property border-style by border
noreply at xfce.org
noreply at xfce.org
Sun Mar 19 21:02:17 CET 2017
This is an automated email from the git hooks/post-receive script.
timystery pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.
commit 9d61ba9601df19498c18011ce4689e9b3823c705
Author: Fabian <timystery at arcor.de>
Date: Sun Mar 19 20:55:43 2017 +0100
Replaced CSS property border-style by border
---
panel-plugin/sensors-plugin.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index acff41a..ceebd00 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -56,7 +56,7 @@
/* Local includes */
#include "sensors-plugin.h"
-/* Definitions DUE TO porting from Gtk2 to Gtk3 */
+/* Definitions due to porting from Gtk2 to Gtk3 */
#define gtk_hbox_new(homogeneous, spacing) \
gtk_box_new(GTK_ORIENTATION_HORIZONTAL, spacing)
@@ -134,7 +134,7 @@ sensors_set_bar_color (t_labelledlevelbar *ptr_labelledlevelbar, double val_perc
}
g_strlcat(str_gtkcssdata, " padding: 0px;\n"
- " border-style: 1px none black;\n"
+ " border: 1px none black;\n"
"}\n", sizeof(str_gtkcssdata));
gtk_level_bar_add_offset_value (GTK_LEVEL_BAR(ptr_levelbar),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list