[PATCH] 1.4.2 compilation FIX



Hi!

Just downloaded epiphany 1.4.2 and tried to compile it but it failed
with file lib/ephy-gui.c.

The included patch fixes it.

Greetings,
Nicolas.

-- 
+-----------------------------------+
| Nicolas BENOIT                    |
| http://nbenoit.tuxfamily.org      |
|                                   |
|   .~.                             |
|   /V\          Gnu - Linux        |
|  // \\   http://www.slackware.com |
| /(   )\                           |
|  ^^-^^                            |
+-----------------------------------+
--- epiphany-1.4.2/lib/ephy-gui.c	2004-10-05 00:03:23.000000000 +0200
+++ epiphany-1.4.2/lib/ephy-gui.c	2004-10-07 15:41:04.000000000 +0200
@@ -31,6 +31,7 @@
 #include <libgnome/gnome-help.h>
 #include <gtk/gtktreemodel.h>
 #include <gtk/gtkmessagedialog.h>
+#include <gtk/gtkicontheme.h>
 #include <gtk/gtkhbox.h>
 #include <gtk/gtkimage.h>
 #include <gtk/gtklabel.h>
@@ -281,7 +282,7 @@
 		g_warning ("Web browser gnome icon not found");
 	}
 
-	gtk_window_set_icon (GTK_WINDOW (about), icon);
+	gtk_window_set_icon (GTK_WINDOW (window), icon);
 
 	if (icon != NULL)
 	{


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