[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 16/27: Replace removed GtkObject with GtkAdjustment
noreply at xfce.org
noreply at xfce.org
Tue May 31 21:29:59 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-genmon-plugin.
commit 8c66f00662f4e1a2e29b813df05a0cd0d0e526f4
Author: ToZ <toz at localhost.localdomain>
Date: Mon May 16 20:18:09 2016 -0400
Replace removed GtkObject with GtkAdjustment
---
panel-plugin/config_gui.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c
index 4f199b1..b9c12f8 100644
--- a/panel-plugin/config_gui.c
+++ b/panel-plugin/config_gui.c
@@ -58,7 +58,7 @@ int genmon_CreateConfigGUI (GtkWidget *vbox1,
GtkWidget *label1;
GtkWidget *wTF_Cmd;
GtkWidget *eventbox1;
- GtkObject *wSc_Period_adj;
+ GtkAdjustment *wSc_Period_adj;
GtkWidget *wSc_Period;
GtkWidget *label2;
GtkWidget *wTB_Title;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list