#! /bin/sh /usr/share/dpatch/dpatch-run ## 04_password.dpatch.dpatch by Herbert Straub ## http://www.linuxhacker.at ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Allow gq working without Gnome Keyring Manager ## Ubuntu Launchpad BugNr: #110278: ## New gq unable to connect a ldap server ## See also: ## https://www.linuxhacker.at/opensource-projects/ldap-browser-gq-1-2.1/ @DPATCH@ --- gq/src/util.c.ORIG 2007-06-10 11:26:42.000000000 +0200 +++ gq/src/util.c 2007-06-10 11:35:31.000000000 +0200 @@ -538,6 +538,7 @@ gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(glade_xml_get_widget(xml, "checkbutton_save_password")))) { gq_keyring_save_server_password(server); } + server->enteredpw=g_strdup(server->bindpw); break; case GTK_RESPONSE_HELP: // FIXME: add documentation and something about the login dialog