From 1a30e6521e0a2ad5c2b2604eab51189980af88cd Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Wed, 25 Jan 2006 02:10:16 +0000 Subject: [PATCH] And of course the patch... --- linphone-1.2.0-gtkentry.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linphone-1.2.0-gtkentry.patch diff --git a/linphone-1.2.0-gtkentry.patch b/linphone-1.2.0-gtkentry.patch new file mode 100644 index 0000000..8ab8595 --- /dev/null +++ b/linphone-1.2.0-gtkentry.patch @@ -0,0 +1,11 @@ +--- linphone-1.2.0/gnome/addressbook.c.gtkentry 2006-01-22 10:22:24.000000000 -0500 ++++ linphone-1.2.0/gnome/addressbook.c 2006-01-22 10:23:12.000000000 -0500 +@@ -164,7 +164,7 @@ + gtk_tree_model_get (model, &iter,SIP_ADDRESS_COLUMN , &address, -1); + } + if (address!=NULL){ +- gtk_entry_set_text (GTK_ENTRY(gnome_entry_gtk_entry(GNOME_ENTRY(addressentry))),address); ++ gtk_entry_set_text (GTK_ENTRY(addressentry),address); + g_free(address); + } + gtk_widget_destroy(ab);