rpms/gq/FC-6 gq-1.2.2-auth.patch,NONE,1.1

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Aug 19 19:18:37 UTC 2007


Author: terjeros

Update of /cvs/extras/rpms/gq/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16802

Added Files:
	gq-1.2.2-auth.patch 
Log Message:
Add auth patch from F-7 branch.



gq-1.2.2-auth.patch:

--- NEW FILE gq-1.2.2-auth.patch ---
--- branches/gq-1-2/src/util.c	2006/09/14 14:13:15	981
+++ branches/gq-1-2/src/util.c	2007/05/14 16:33:52	1150
@@ -532,6 +532,7 @@
 	switch(gtk_dialog_run(GTK_DIALOG(glade_xml_get_widget(xml, "password_dialog")))) {
 	case GTK_RESPONSE_OK:
 		g_free_and_dup(server->bindpw, gtk_entry_get_text(GTK_ENTRY(glade_xml_get_widget(xml, "input_password"))));
+		string = g_strdup (server->bindpw);
 
 		// FIXME: store password only from successful connections
 		if(gnome_keyring_is_available() &&





More information about the fedora-extras-commits mailing list