Remove one more GTK_CHECK_VERSION. Refs #10024. next.minor

Tue, 16 Feb 2010 06:21:55 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Tue, 16 Feb 2010 06:21:55 +0000
branch
next.minor
changeset 29713
4e88df47fcda
parent 29712
71a13184fb4f
child 29717
5bfd62a16c2d

Remove one more GTK_CHECK_VERSION. Refs #10024.

pidgin/gtksavedstatuses.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtksavedstatuses.c	Tue Feb 16 03:46:22 2010 +0000
+++ b/pidgin/gtksavedstatuses.c	Tue Feb 16 06:21:55 2010 +0000
@@ -1824,9 +1824,7 @@
 	g_object_set(G_OBJECT(icon_rend),
 			"stock-size", gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL),
 			NULL);
-#if GTK_CHECK_VERSION(2,6,0)
 	g_object_set(text_rend, "ellipsize", PANGO_ELLIPSIZE_END, NULL);
-#endif
 
 	gtk_combo_box_set_active(GTK_COMBO_BOX(combobox), index);
 	g_signal_connect(G_OBJECT(combobox), "changed", G_CALLBACK(status_menu_cb), callback);

mercurial