CVS: sylpheedclaws/sylpheed-claws/src/gtk combobox.c,1.1.2.4,1.1.2.5

[email protected] Tue, 12 Dec 2006 08:19:23 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk
In directory sunsite.dk:/tmp/cvs-serv3159/src/gtk

Modified Files:
      Tag: gtk2
	combobox.c 
Log Message:
2006-12-12 [paul]	2.6.1cvs20

	* src/gtk/combobox.c
		fix compilation warning 

Index: combobox.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk/Attic/combobox.c,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- combobox.c	2006/12/05 14:59:19	1.1.2.4
+++ combobox.c	2006/12/12 08:19:20	1.1.2.5
@@ -25,7 +25,7 @@
 #include <glib/gi18n.h>
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
-#include <utils.h>
+#include "gtkutils.h"
 
 typedef struct _combobox_sel_by_data_ctx {
 	GtkComboBox *combobox;