rpms/linphone/devel linphone-1.2.0-gtkentry.patch,NONE,1.1

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Jan 25 02:10:16 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/linphone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20431

Added Files:
	linphone-1.2.0-gtkentry.patch 
Log Message:
And of course the patch...

linphone-1.2.0-gtkentry.patch:

--- NEW FILE linphone-1.2.0-gtkentry.patch ---
--- 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);




More information about the fedora-extras-commits mailing list