mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
Fix patch.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3874 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Index: src/contacts-gtk.c
|
Index: src/contacts-gtk.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/contacts-gtk.c (revision 405)
|
--- a/src/contacts-gtk.c (revision 405)
|
||||||
+++ src/contacts-gtk.c (working copy)
|
+++ b/src/contacts-gtk.c (working copy)
|
||||||
@@ -426,7 +426,6 @@
|
@@ -426,7 +426,6 @@
|
||||||
GTK_WIDGET_SET_FLAGS (edit_done_button, GTK_CAN_DEFAULT);
|
GTK_WIDGET_SET_FLAGS (edit_done_button, GTK_CAN_DEFAULT);
|
||||||
|
|
||||||
@@ -23,8 +23,8 @@ Index: src/contacts-gtk.c
|
|||||||
G_CALLBACK (contacts_main_window_delete_event_cb), data);
|
G_CALLBACK (contacts_main_window_delete_event_cb), data);
|
||||||
Index: src/contacts-edit-pane.c
|
Index: src/contacts-edit-pane.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/contacts-edit-pane.c (revision 405)
|
--- a/src/contacts-edit-pane.c (revision 405)
|
||||||
+++ src/contacts-edit-pane.c (working copy)
|
+++ b/src/contacts-edit-pane.c (working copy)
|
||||||
@@ -86,7 +86,7 @@
|
@@ -86,7 +86,7 @@
|
||||||
if (data->ui->edit_button)
|
if (data->ui->edit_button)
|
||||||
gtk_window_set_default (window, data->ui->edit_button);
|
gtk_window_set_default (window, data->ui->edit_button);
|
||||||
|
|||||||
Reference in New Issue
Block a user