summaryrefslogtreecommitdiff
blob: 75a2aeed8774cf2a1314086388acbba1dfa0eaf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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