summaryrefslogtreecommitdiff
path: root/packages/maemo4/hildon-1
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-11-16 10:08:33 +0000
committerKoen Kooi <koen@openembedded.org>2007-11-16 10:08:33 +0000
commite9c66498ae5b15b985de0e24f8de88f703bd20d5 (patch)
tree8da0b4f0e53ba59f81a76980c5835b02b756002f /packages/maemo4/hildon-1
parent94e5d58d26903ea83db255f360c8526a563a4385 (diff)
maemo: rename maemo3 to maemo4 since it's using most of the chinook API already
Diffstat (limited to 'packages/maemo4/hildon-1')
-rw-r--r--packages/maemo4/hildon-1/.mtn2git_empty0
-rw-r--r--packages/maemo4/hildon-1/buttonbox.patch11
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/maemo4/hildon-1/.mtn2git_empty b/packages/maemo4/hildon-1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/maemo4/hildon-1/.mtn2git_empty
diff --git a/packages/maemo4/hildon-1/buttonbox.patch b/packages/maemo4/hildon-1/buttonbox.patch
new file mode 100644
index 0000000000..cfea60d000
--- /dev/null
+++ b/packages/maemo4/hildon-1/buttonbox.patch
@@ -0,0 +1,11 @@
+--- /tmp/hildon-code-dialog.c 2007-08-07 11:46:03.000000000 +0200
++++ hildon-1/src/hildon-code-dialog.c 2007-08-07 11:46:16.468400000 +0200
+@@ -277,7 +277,7 @@
+ gtk_container_add (GTK_CONTAINER (priv->buttons[3][2]), image1);
+ dialog_action_area1 = GTK_DIALOG (dialog)->action_area;
+ gtk_button_box_set_layout (GTK_BUTTON_BOX (dialog_action_area1),
+- GTK_BUTTONBOX_CENTER);
++ GTK_BUTTONBOX_DEFAULT);
+
+ okButton = gtk_dialog_add_button (GTK_DIALOG (dialog) ,DEVICELOCK_OK,
+ GTK_RESPONSE_OK);