[Xfce4-commits] <ristretto:master> Remove gtk_combo_box_text new, which only exists since gtk 2.24
Stephan Arts
noreply at xfce.org
Mon Sep 19 20:06:02 CEST 2011
Updating branch refs/heads/master
to 3247a82229852994685e5884e8cac1898f698842 (commit)
from 7aec524c649e0169c115e15e39585bb09a157c80 (commit)
commit 3247a82229852994685e5884e8cac1898f698842
Author: Stephan Arts <stephan at xfce.org>
Date: Sun Sep 18 21:27:23 2011 +0200
Remove gtk_combo_box_text new, which only exists since gtk 2.24
src/xfce_wallpaper_manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/xfce_wallpaper_manager.c b/src/xfce_wallpaper_manager.c
index 8837ef8..90087d8 100644
--- a/src/xfce_wallpaper_manager.c
+++ b/src/xfce_wallpaper_manager.c
@@ -344,7 +344,7 @@ rstto_xfce_wallpaper_manager_init (GObject *object)
GtkWidget *image_prop_table = gtk_table_new (3, 2, FALSE);
manager->priv->monitor_chooser = rstto_monitor_chooser_new ();
- manager->priv->style_combo = gtk_combo_box_text_new();
+ manager->priv->style_combo = gtk_combo_box_new_text();
gtk_table_set_row_spacing (GTK_TABLE(image_prop_table), 1, 4);
More information about the Xfce4-commits
mailing list