diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/pimlico/files/contacts-focus-avoidance.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/pimlico/files/contacts-focus-avoidance.patch b/meta/packages/pimlico/files/contacts-focus-avoidance.patch index 77aae90d53..8795b138be 100644 --- a/meta/packages/pimlico/files/contacts-focus-avoidance.patch +++ b/meta/packages/pimlico/files/contacts-focus-avoidance.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Index: src/contacts-gtk.c | 1 | Index: src/contacts-gtk.c |
2 | =================================================================== | 2 | =================================================================== |
3 | --- src/contacts-gtk.c (revision 405) | 3 | --- a/src/contacts-gtk.c (revision 405) |
4 | +++ src/contacts-gtk.c (working copy) | 4 | +++ b/src/contacts-gtk.c (working copy) |
5 | @@ -426,7 +426,6 @@ | 5 | @@ -426,7 +426,6 @@ |
6 | GTK_WIDGET_SET_FLAGS (edit_done_button, GTK_CAN_DEFAULT); | 6 | GTK_WIDGET_SET_FLAGS (edit_done_button, GTK_CAN_DEFAULT); |
7 | 7 | ||
@@ -23,8 +23,8 @@ Index: src/contacts-gtk.c | |||
23 | G_CALLBACK (contacts_main_window_delete_event_cb), data); | 23 | G_CALLBACK (contacts_main_window_delete_event_cb), data); |
24 | Index: src/contacts-edit-pane.c | 24 | Index: src/contacts-edit-pane.c |
25 | =================================================================== | 25 | =================================================================== |
26 | --- src/contacts-edit-pane.c (revision 405) | 26 | --- a/src/contacts-edit-pane.c (revision 405) |
27 | +++ src/contacts-edit-pane.c (working copy) | 27 | +++ b/src/contacts-edit-pane.c (working copy) |
28 | @@ -86,7 +86,7 @@ | 28 | @@ -86,7 +86,7 @@ |
29 | if (data->ui->edit_button) | 29 | if (data->ui->edit_button) |
30 | gtk_window_set_default (window, data->ui->edit_button); | 30 | gtk_window_set_default (window, data->ui->edit_button); |