rpms/streamtuner/F-9 streamtuner-0.99.99-defaultconfig.patch, 1.2, 1.3

Matthias Haase endur at fedoraproject.org
Mon Oct 20 12:31:01 UTC 2008


Author: endur

Update of /cvs/extras/rpms/streamtuner/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26999

Modified Files:
	streamtuner-0.99.99-defaultconfig.patch 
Log Message:
changes htmlview to xdg-open

streamtuner-0.99.99-defaultconfig.patch:

Index: streamtuner-0.99.99-defaultconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/streamtuner/F-9/streamtuner-0.99.99-defaultconfig.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- streamtuner-0.99.99-defaultconfig.patch	23 Nov 2006 08:55:58 -0000	1.2
+++ streamtuner-0.99.99-defaultconfig.patch	20 Oct 2008 12:30:31 -0000	1.3
@@ -6,7 +6,7 @@
    st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
 -  st_action_register("view-web", _("Open a web page"), "epiphany %q");
 -  st_action_register("play-stream", _("Listen to a stream"), "xmms %q");
-+  st_action_register("view-web", _("Open a web page"), "htmlview %q");
++  st_action_register("view-web", _("Open a web page"), "xdg-open %q");
 +  st_action_register("play-stream", _("Listen to a stream"), "audacious %q");
  
    return TRUE;
@@ -21,7 +21,7 @@
 -  st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q");
 -  st_action_register("view-web", _("Open a web page"), "epiphany %q");
 +  st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %q");
-+  st_action_register("view-web", _("Open a web page"), "htmlview %q");
++  st_action_register("view-web", _("Open a web page"), "xdg-open %q");
  
    return TRUE;
  }
@@ -36,7 +36,7 @@
 +  st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %q");
    st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
 -  st_action_register("view-web", _("Open a web page"), "epiphany %q");
-+  st_action_register("view-web", _("Open a web page"), "htmlview %q");
++  st_action_register("view-web", _("Open a web page"), "xdg-open %q");
  
    return TRUE;
  }
@@ -60,7 +60,7 @@
    actions = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL);
  
 -  st_action_register("view-web", _("Open a web page"), "epiphany %q");
-+  st_action_register("view-web", _("Open a web page"), "htmlview %q");
++  st_action_register("view-web", _("Open a web page"), "xdg-open %q");
    st_action_register("view-ghelp", _("Open a GNOME help document"), "yelp %q");
  }
  
@@ -75,7 +75,7 @@
 +  st_action_register("play-stream", _("Listen to a stream"), "audacious %q");
    st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
 -  st_action_register("view-web", _("Open a web page"), "epiphany %q");
-+  st_action_register("view-web", _("Open a web page"), "htmlview %q");
++  st_action_register("view-web", _("Open a web page"), "xdg-open %q");
  }
  
  void




More information about the scm-commits mailing list