refresh patches
This commit is contained in:
parent
a98d3363b7
commit
145b318601
2 changed files with 8 additions and 5 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -3,8 +3,9 @@ midori (0.1.9-1) UNRELEASED; urgency=low
|
||||||
* fix watch file, thanks to Rogério Brito
|
* fix watch file, thanks to Rogério Brito
|
||||||
* New Upstream Version (Closes: #541354)
|
* New Upstream Version (Closes: #541354)
|
||||||
* fix Homepage field, thanks to Francesco Poli (Closes: #541414)
|
* fix Homepage field, thanks to Francesco Poli (Closes: #541414)
|
||||||
|
* refresh patches
|
||||||
|
|
||||||
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 02 Sep 2009 11:29:46 -0700
|
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 02 Sep 2009 11:30:48 -0700
|
||||||
|
|
||||||
midori (0.1.8-1) unstable; urgency=low
|
midori (0.1.8-1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
10
debian/patches/default-homepage
vendored
10
debian/patches/default-homepage
vendored
|
@ -7,8 +7,10 @@ Unfortunately there is no generic page of that sort, and I can't be
|
||||||
bothered writing one. So for now, I will just make the homepage
|
bothered writing one. So for now, I will just make the homepage
|
||||||
Midori's user documentation. This is similar to what Dillo did/does.
|
Midori's user documentation. This is similar to what Dillo did/does.
|
||||||
|
|
||||||
--- a/midori/midori-websettings.c
|
Index: midori/midori/midori-websettings.c
|
||||||
+++ b/midori/midori-websettings.c
|
===================================================================
|
||||||
|
--- midori.orig/midori/midori-websettings.c 2009-09-02 11:26:59.000000000 -0700
|
||||||
|
+++ midori/midori/midori-websettings.c 2009-09-02 11:30:00.000000000 -0700
|
||||||
@@ -10,6 +10,7 @@
|
@@ -10,6 +10,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -17,9 +19,9 @@ Midori's user documentation. This is similar to what Dillo did/does.
|
||||||
|
|
||||||
#include "sokoke.h"
|
#include "sokoke.h"
|
||||||
|
|
||||||
@@ -562,7 +563,7 @@
|
@@ -580,7 +581,7 @@
|
||||||
"homepage",
|
"homepage",
|
||||||
_("Homepage"),
|
_("Homepage:"),
|
||||||
_("The homepage"),
|
_("The homepage"),
|
||||||
- "http://www.google.com",
|
- "http://www.google.com",
|
||||||
+ DEBIAN_DISTRO_DEFAULT_HOMEPAGE,
|
+ DEBIAN_DISTRO_DEFAULT_HOMEPAGE,
|
||||||
|
|
Loading…
Reference in a new issue