Fix the patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2239 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-07-27 10:09:03 +00:00
parent 3d94cc539d
commit 232f06b478
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Index: matchbox-config-gtk/appearance/mb-appearance.c
Index: appearance/mb-appearance.c
===================================================================
--- matchbox-config-gtk/appearance/mb-appearance.c (revision 1614)
+++ matchbox-config-gtk/appearance/mb-appearance.c (working copy)
--- appearance/mb-appearance.c (revision 1614)
+++ appearance/mb-appearance.c (working copy)
@@ -300,11 +300,13 @@
gtk_font_button_set_font_name (GTK_FONT_BUTTON (font_button),
gconf_value_get_string (value));

View File

@ -4,7 +4,7 @@ DEPENDS = "gconf gtk+"
RDEPENDS = "settings-daemon"
PV = "0.0+svn${SRCDATE}"
PR = "r1"
PR = "r2"
S = "${WORKDIR}/${PN}"