Epiphany 1.2.7 and nautilus view
- From: Christian Persch <chpe gnome org>
- To: "epiphany list at gnome.org" <epiphany-list gnome org>
- Subject: Epiphany 1.2.7 and nautilus view
- Date: Sun, 01 Aug 2004 17:54:16 +0200
Hi,
1.2.7 doesn't compile if you enable the nautilus view. Attached patch
should fix compilation with --enable-nautilus-view.
Regards,
Christian
Index: ephy-nautilus-view.c
===================================================================
RCS file: /cvs/gnome/epiphany/src/Attic/ephy-nautilus-view.c,v
retrieving revision 1.31.4.1
diff -u -p -r1.31.4.1 ephy-nautilus-view.c
--- ephy-nautilus-view.c 22 Mar 2004 09:21:30 -0000 1.31.4.1
+++ ephy-nautilus-view.c 1 Aug 2004 15:47:39 -0000
@@ -543,14 +543,7 @@ gnv_cmd_file_print (BonoboUIComponent *u
EphyNautilusView *view,
const char* verbname)
{
- EphyDialog *dialog;
- EphyNautilusViewPrivate *p = view->priv;
-
- dialog = ephy_print_dialog_new (NULL, p->embed, FALSE);
-
- ephy_dialog_set_modal (dialog, TRUE);
- ephy_dialog_run (dialog);
- g_object_unref (dialog);
+ ephy_embed_print (view->priv->embed);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]