summaryrefslogtreecommitdiff
path: root/packages/maemo4/hildon-1
diff options
context:
space:
mode:
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, 0 insertions, 11 deletions
diff --git a/packages/maemo4/hildon-1/.mtn2git_empty b/packages/maemo4/hildon-1/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/maemo4/hildon-1/.mtn2git_empty
+++ /dev/null
diff --git a/packages/maemo4/hildon-1/buttonbox.patch b/packages/maemo4/hildon-1/buttonbox.patch
deleted file mode 100644
index cfea60d000..0000000000
--- a/packages/maemo4/hildon-1/buttonbox.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /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);