add presets for Opera and Konqueror, closes patch #517261, submitted by Ville Skyttä...
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 24 Feb 2002 13:24:19 +0000 (13:24 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 24 Feb 2002 13:24:19 +0000 (13:24 +0000)
AUTHORS
ChangeLog.claws
configure.in
src/prefs_common.c

diff --git a/AUTHORS b/AUTHORS
index 2dd4e740c6cac6a59198669d4b87123157618e72..12490e87ea721e3031696b72d1df898f7eb7db80 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -118,3 +118,4 @@ contributors (beside the above; based on Changelog)
        Neill Miller
        Oliver Haertel
        Bob Forsman
        Neill Miller
        Oliver Haertel
        Bob Forsman
+       Ville Skyttä
index 83b2fccd1685ad4957b7873550a9a8158050f5d1..76fdd232770a089066358f658c83ad5c22151f63 100644 (file)
@@ -1,3 +1,10 @@
+2002-02-24 [alfons]    0.7.2.claws11
+       
+       * AUTHORS
+       * src/prefs_common.c
+               add presets for Opera and Konqueror, closes patch #517261,
+               submitted by Ville Skyttä <scop@users.sourceforge.net>
+
 2002-02-24 [alfons]    0.7.2.claws10
 
        * AUTHORS
 2002-02-24 [alfons]    0.7.2.claws10
 
        * AUTHORS
index f6462806a973f977ab9e1ba45361befeefde0277..29b132aa6cd1e8852d55ff6cce0b302559658235 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=7
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws10
+EXTRA_VERSION=claws11
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 5a783549047b39a32dc41e3a79c5afdfd3504fb7..a08eca26f35061d9b05b93286440bdc14af7ae2e 100644 (file)
@@ -2609,6 +2609,8 @@ static void prefs_other_create(void)
                               "netscape -remote 'openURL(%s,raise)'",
                               "netscape '%s'",
                               "gnome-moz-remote --raise --newwin '%s'",
                               "netscape -remote 'openURL(%s,raise)'",
                               "netscape '%s'",
                               "gnome-moz-remote --raise --newwin '%s'",
+                              "kfmclient openProfile webbrowsing '%s'",
+                              "opera -newwindow '%s'",        
                               "kterm -e w3m '%s'",
                               "kterm -e lynx '%s'",
                               NULL);
                               "kterm -e w3m '%s'",
                               "kterm -e lynx '%s'",
                               NULL);