[Evolution-hackers] e_notice patch



Hi,

To build the current (Thu Mar 27 15:59:58 GMT 2003) evolution from CVS I
applied the following patch to agree with
/usr/include/gal-2.0/gal/widgets/e-gui-utils.h from
libgal2.0-devel-1.99.2-0.ximian.1.i386.rpm:

--- e-util/e-dialog-utils.h.~1.9.~      2003-03-25 15:47:45.000000000
+0000
+++ e-util/e-dialog-utils.h     2003-03-27 14:44:09.000000000 +0000
@@ -25,7 +25,7 @@
 
 #include <gtk/gtkmessagedialog.h>
 
-void  e_notice                       (gpointer         parent,
+void  e_notice                       (GtkWindow       *window,
                                      GtkMessageType   type,
                                      const char      *format,
                                      ...);
--- e-util/e-dialog-utils.c.~1.17.~     2003-03-25 16:28:33.000000000
+0000
+++ e-util/e-dialog-utils.c     2003-03-27 14:44:20.000000000 +0000
@@ -45,7 +45,7 @@
  * button.
  **/
 void
-e_notice (gpointer parent, GtkMessageType type, const char *format,
...)
+e_notice (GtkWindow *parent, GtkMessageType type, const char *format,
...)
 {
        GtkWidget *dialog;
        va_list args;

Also, to prevent evolution.desktop breaking a non-root install I passed
--without-kde-applnk-path to configure (fixing  KDE_APPLNK_DIR in
data/Makefile).

HTH,

Sean.

-- 
Sean Atkinson <sean netproject com>
Netproject




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]