]> git.pld-linux.org Git - packages/epiphany.git/commitdiff
- http://bugzilla.gnome.org/show_bug.cgi?id=148995
authorfreetz <freetz@pld-linux.org>
Sun, 1 Aug 2004 17:26:28 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany-nautilus_view_fix.patch -> 1.1

epiphany-nautilus_view_fix.patch [new file with mode: 0644]

diff --git a/epiphany-nautilus_view_fix.patch b/epiphany-nautilus_view_fix.patch
new file mode 100644 (file)
index 0000000..623d83e
--- /dev/null
@@ -0,0 +1,19 @@
+diff -aurN epiphany-1.2.7.orig/src/ephy-nautilus-view.c epiphany-1.2.7/src/ephy-nautilus-view.c
+--- epiphany-1.2.7.orig/src/ephy-nautilus-view.c       2004-03-22 10:21:30.000000000 +0100
++++ epiphany-1.2.7/src/ephy-nautilus-view.c    2004-08-01 19:09:26.024958168 +0200
+@@ -543,14 +543,7 @@
+                   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
This page took 0.033476 seconds and 4 git commands to generate.