[Gpa-commits] r716 - trunk/src
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Nov 7 23:00:09 CET 2005
Author: marcus
Date: 2005-11-07 23:00:09 +0100 (Mon, 07 Nov 2005)
New Revision: 716
Modified:
trunk/src/ChangeLog
trunk/src/gpabackupop.c
Log:
2005-11-07 Marcus Brinkmann <marcus at g10code.de>
* gpabackupop.c (export_browse): Pass ENTRY as parent to
gpa_get_save_file_name.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2005-11-07 21:41:53 UTC (rev 715)
+++ trunk/src/ChangeLog 2005-11-07 22:00:09 UTC (rev 716)
@@ -1,5 +1,8 @@
2005-11-07 Marcus Brinkmann <marcus at g10code.de>
+ * gpabackupop.c (export_browse): Pass ENTRY as parent to
+ gpa_get_save_file_name.
+
* keyring.c (keyring_details_page_fill_key): Use
gpa_gpgme_key_format_fingerprint.
* keysigndlg.c (gpa_key_sign_run_dialog): Likewise.
@@ -19,6 +22,7 @@
(gpa_gpgme_key_get_short_keyid): Remove IDX argument from prototype.
* gpabackupop.c (gpa_backup_operation_set_property): Adjust caller
of gpa_gpgme_key_get_short_keyid.
+
* gpakeyselector.c (gpa_key_selector_next_key): Likewise.
* gpawidgets.c (gpa_key_info_new): Likewise.
* keylist.c (gpa_keylist_next): Likewise.
Modified: trunk/src/gpabackupop.c
===================================================================
--- trunk/src/gpabackupop.c 2005-11-07 21:41:53 UTC (rev 715)
+++ trunk/src/gpabackupop.c 2005-11-07 22:00:09 UTC (rev 716)
@@ -253,7 +253,7 @@
GtkWidget *entry = param;
gchar *filename;
- filename = gpa_get_save_file_name (NULL, _("Backup key to file"), NULL);
+ filename = gpa_get_save_file_name (entry, _("Backup key to file"), NULL);
if (filename)
{
gchar *utf8_filename = g_filename_to_utf8 (filename, -1, NULL, NULL,
More information about the Gpa-commits
mailing list