]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- updated to galeon-1.3.11a-20040117 snap
authorgrzegol <grzegol@pld-linux.org>
Tue, 20 Jan 2004 16:33:44 +0000 (16:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon-desktop.patch -> 1.8
    galeon-home_etc.patch -> 1.2

galeon-desktop.patch
galeon-home_etc.patch

index 4f3a5623425c333c5d7d8d6003b12c572b012c29..25f505054c915453a2829a85519b1748f1104739 100644 (file)
@@ -1,15 +1,3 @@
-diff -aurN galeon-1.3.10.orig/galeon.desktop galeon-1.3.10/galeon.desktop
---- galeon-1.3.10.orig/galeon.desktop  2003-10-26 18:29:33.000000000 +0100
-+++ galeon-1.3.10/galeon.desktop       2003-11-07 00:49:00.000000000 +0100
-@@ -102,7 +102,7 @@
- Terminal=false
- Type=Application
- Icon=galeon
--Categories=Application;Network;
-+Categories=GNOME;GTK;Network;WebBrowser
- X-GNOME-Bugzilla-Bugzilla=GNOME
- X-GNOME-Bugzilla-Product=galeon
- X-GNOME-Bugzilla-Component=general
 diff -aurN galeon-1.3.10.orig/galeon.desktop.in galeon-1.3.10/galeon.desktop.in
 --- galeon-1.3.10.orig/galeon.desktop.in       2003-09-19 07:00:22.000000000 +0200
 +++ galeon-1.3.10/galeon.desktop.in    2003-11-07 00:49:49.000000000 +0100
index e75b928c4ff12da187601bef8499b5141c08d4bc..b6728740312675400847868e03534b3641214c8f 100644 (file)
@@ -190,20 +190,6 @@ diff -Nru galeon-1.3.10.orig/src/galeon-shell.c galeon-1.3.10/src/galeon-shell.c
                                       GALEON_DIR "/bookmarks.xbel", NULL);
        
        /* init the bookmark icon provider */
-diff -Nru galeon-1.3.10.orig/src/galeon-spinner.c galeon-1.3.10/src/galeon-spinner.c
---- galeon-1.3.10.orig/src/galeon-spinner.c    2003-09-09 01:26:56.000000000 +0200
-+++ galeon-1.3.10/src/galeon-spinner.c 2003-11-13 12:26:57.000000000 +0100
-@@ -827,8 +827,9 @@
- galeon_spinner_init_directory_list (void)
- {
-       gchar *path;
-+      gchar *home_etc = getenv("HOME_ETC");
-       
--      path = g_build_filename (g_get_home_dir (), GALEON_DIR, "spinners", NULL);
-+      path = g_build_filename (home_etc ? home_etc : g_get_home_dir (), GALEON_DIR, "spinners", NULL);
-       spinner_directories = g_list_append (spinner_directories, path);
-       path = g_build_filename (SHARE_DIR, "spinners", NULL);
 diff -Nru galeon-1.3.10.orig/src/session.c galeon-1.3.10/src/session.c
 --- galeon-1.3.10.orig/src/session.c   2003-10-22 17:25:06.000000000 +0200
 +++ galeon-1.3.10/src/session.c        2003-11-13 12:26:57.000000000 +0100
This page took 0.069617 seconds and 4 git commands to generate.