commit with the patches unapplied..
This commit is contained in:
parent
3a9b59077d
commit
b3825cd75a
2 changed files with 1 additions and 16 deletions
14
data/search
14
data/search
|
@ -19,17 +19,3 @@ text=Dictionary, Encyclopedia and Thesaurus
|
|||
uri=http://www.thefreedictionary.com/%s
|
||||
icon=
|
||||
token=fd
|
||||
|
||||
[Debian Packages]
|
||||
name=Debian Packages
|
||||
text=Search Debian Packages
|
||||
uri=http://packages.debian.org/%s
|
||||
icon=
|
||||
token=d
|
||||
|
||||
[Debian Bugs]
|
||||
name=Debian Bugs
|
||||
text=Debian Bugs Search
|
||||
uri=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s
|
||||
icon=
|
||||
token=dbs
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
*/
|
||||
|
||||
#include "midori-websettings.h"
|
||||
#include "midori-debian.h"
|
||||
|
||||
#include "sokoke.h"
|
||||
|
||||
|
@ -559,7 +558,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
|||
"homepage",
|
||||
_("Homepage"),
|
||||
_("The homepage"),
|
||||
DEBIAN_DISTRO_DEFAULT_HOMEPAGE,
|
||||
"http://www.google.com",
|
||||
flags));
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue