[evolution-patches] compilation fix for e-categories-config
- From: Rodrigo Moya <rodrigo novell com>
- To: Evolution Patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] compilation fix for e-categories-config
- Date: Fri, 13 Aug 2004 11:31:15 +0200
I got a mail from someone that couldn't compile that file because of
GtkDialog not being declared, so since we don't use anymore the gnome-
dialog things, it is much better to use gtkdialog.h instead
--
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/e-util/ChangeLog,v
retrieving revision 1.477
diff -u -p -r1.477 ChangeLog
--- ChangeLog 12 Aug 2004 06:53:12 -0000 1.477
+++ ChangeLog 13 Aug 2004 09:29:10 -0000
@@ -1,3 +1,7 @@
+2004-08-13 Rodrigo Moya <rodrigo novell com>
+
+ * e-categories-config.c: include gtkdialog.h rather than gnome-dialog.h.
+
2004-08-10 Not Zed <NotZed Ximian com>
** See bug #61840, and others.
Index: e-categories-config.c
===================================================================
RCS file: /cvs/gnome/evolution/e-util/e-categories-config.c,v
retrieving revision 1.15
diff -u -p -r1.15 e-categories-config.c
--- e-categories-config.c 22 Feb 2003 23:00:59 -0000 1.15
+++ e-categories-config.c 13 Aug 2004 09:29:10 -0000
@@ -9,7 +9,7 @@
*/
#include <string.h>
-#include <libgnomeui/gnome-dialog.h>
+#include <gtk/gtkdialog.h>
#include <libgnome/gnome-i18n.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gal/widgets/e-categories.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]