Le Sunday 09 Jun 2013 à 11:13:49 (+0200), Sam Geeraerts a écrit: > Op Sat, 8 Jun 2013 10:17:57 +0200 > schreef Anthony LETELLIER <[email protected]>: > > > I made a patch to remove opera from the browser list in liferea > > package (bug #33639) > > Awesome. It would be perfect if you could also tag it according to > DEP 3 [1], like e.g. Xchat [2]. > > [1] http://dep.debian.net/deps/dep3/ > [2] > http://bzr.savannah.gnu.org/lh/gnewsense/packages-parkes/xchat/annotate/head:/debian/patches/35865_open_link_fix.patch > > _______________________________________________ > gNewSense-dev mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/gnewsense-dev
Ok. Here is the new patch.
Description: Remove Opera from the browsers list. Author: Anthony Letellier <[email protected]> Bug-gNewSense: https://savannah.nongnu.org/bugs/?33639 --- a/src/ui/ui_prefs.c +++ b/src/ui/ui_prefs.c @@ -90,12 +90,6 @@ NULL, "firefox -a firefox -remote 'openURL(%s,new-tab)'" }, { - "opera", "Opera","opera \"%s\"", - "opera \"%s\"", "opera -remote \"openURL(%s)\"", - "opera -newwindow \"%s\"", NULL, - "opera -newpage \"%s\"", NULL - }, - { "epiphany", "Epiphany","epiphany \"%s\"", NULL, NULL, "epiphany \"%s\"", NULL,
_______________________________________________ gNewSense-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/gnewsense-dev
