[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 14/27: Use gtk_combo_box_new_text

noreply at xfce.org noreply at xfce.org
Sat May 14 15:54:04 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-netload-plugin.

commit 31f12e508dc7385f3e4144372b8adbb178bb73ee
Author: Skunnyk <skunnyk at alteroot.org>
Date:   Tue May 3 18:29:53 2016 +0200

    Use gtk_combo_box_new_text
---
 panel-plugin/netload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index bda0ad8..ae54ea3 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -1177,7 +1177,7 @@ static void monitor_create_options(XfcePanelPlugin *plugin, t_global_monitor *gl
     gtk_box_pack_start(GTK_BOX(global->monitor->opt_present_data_hbox),
                        global->monitor->opt_present_data_label, FALSE, FALSE, 0);
 
-    global->monitor->opt_present_data_combobox = gtk_combo_box_new_text();
+    global->monitor->opt_present_data_combobox = gtk_combo_box_text_new();
     gtk_label_set_mnemonic_widget(GTK_LABEL(global->monitor->opt_present_data_label),
                                   global->monitor->opt_present_data_combobox);
     gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(global->monitor->opt_present_data_combobox), _("Bars"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list