]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Thu, 6 Dec 2001 12:59:50 +0000 (12:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon-shutdown.patch -> 1.3

galeon-shutdown.patch [deleted file]

diff --git a/galeon-shutdown.patch b/galeon-shutdown.patch
deleted file mode 100644 (file)
index 533589f..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-Index: src/main.c
-===================================================================
-RCS file: /cvs/gnome/galeon/src/main.c,v
-retrieving revision 1.175.2.7
-diff -u -r1.175.2.7 main.c
---- galeonsrc/main.c   2001/11/22 01:45:15     1.175.2.7
-+++ galeon/src/main.c  2001/12/01 00:18:15
-@@ -277,6 +277,11 @@
-               gtk_main ();
-       }
-+      /* absolutely no more mozembeds - this happens after the
-+           mainloop has returned to make sure that all timers have
-+           expired and everything has been handled. */
-+      gtk_moz_embed_pop_startup ();
-+
-       eel_gconf_monitor_remove ("/apps/galeon");
-       eel_gconf_monitor_remove ("/apps/nautilus/preferences");
-Index: src/misc.c
-===================================================================
-RCS file: /cvs/gnome/galeon/src/misc.c,v
-retrieving revision 1.267.2.3
-diff -u -r1.267.2.3 misc.c
---- galeon/src/misc.c  2001/11/01 01:35:20     1.267.2.3
-+++ galeon/src/misc.c  2001/12/01 00:18:15
-@@ -1876,9 +1876,7 @@
-       /* remove notifiers for mozilla prefs */
-       galeon_notification_remove (&mozilla_notifiers);
--      /* absolutely no more mozembeds */
--      gtk_moz_embed_pop_startup ();
--
-+      /* end our mainloop */
-       gtk_main_quit();
- }
This page took 0.041537 seconds and 4 git commands to generate.