Your message dated Wed, 11 Nov 2009 16:19:12 +0000
with message-id <e1n8fua-0005ei...@ries.debian.org>
and subject line Bug#544995: fixed in pidgin-otr 3.2.0-5
has caused the Debian Bug report #544995,
regarding Allow to copy the fingerprints from the authentication dialog
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pidgin-otr
Version: 3.2.0-4
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch

>From https://bugs.launchpad.net/ubuntu/+source/pidgin-otr/+bug/310769

> When authenticating a buddy (OTR > Authenticate Buddy) from the chat
> window, one of the options is Manual Fingerprint Verification.
> Here it lists your key and the key the other user presents.
> I believe you should be able to hilight copy these keys to paste them
> in a GPG-signed email as it suggests, rather than typing it out
> manually again.


Attaching proposed debdiff to set the label selectable.

diff -u pidgin-otr-3.2.0/debian/changelog pidgin-otr-3.2.0/debian/changelog
--- pidgin-otr-3.2.0/debian/changelog
+++ pidgin-otr-3.2.0/debian/changelog
@@ -1,3 +1,9 @@
+pidgin-otr (3.2.0-5) unstable; urgency=low
+
+  * Allow to copy the fingerprints from the authentication dialog (LP: #310769)
+
+ -- Felix Geyer <debfx-...@fobos.de>  Mon, 03 Aug 2009 23:01:55 +0200
+
 pidgin-otr (3.2.0-4) unstable; urgency=low
 
   * update pot at build time, patch from Sebastien Bacher (Closes: #518466)
diff -u pidgin-otr-3.2.0/debian/control pidgin-otr-3.2.0/debian/control
only in patch2:
unchanged:
--- pidgin-otr-3.2.0.orig/gtk-dialog.c
+++ pidgin-otr-3.2.0/gtk-dialog.c
@@ -71,6 +71,8 @@
 static int img_id_private = 0;
 static int img_id_finished = 0;
 
+static GtkLabel * fingerprint_label = 0;
+
 
 typedef struct {
     ConnContext *context;       /* The context used to fire library code */
@@ -643,11 +645,12 @@
     label = gtk_label_new(NULL);
     
     gtk_label_set_markup(GTK_LABEL(label), label_text);
-    gtk_label_set_selectable(GTK_LABEL(label), FALSE);
+    gtk_label_set_selectable(GTK_LABEL(label), TRUE);
     g_free(label_text);
     gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
     gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
     gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
+    fingerprint_label = label;
         
     add_vrfy_fingerprint(vbox, vfd);
     g_signal_connect(G_OBJECT(vbox), "destroy",
@@ -677,6 +680,8 @@
         auth_data->smppair->entry = NULL;
         gtk_notebook_set_current_page (GTK_NOTEBOOK(notebook), 2);
         auth_data->smppair->smp_type = -1;
+        // workaround to prevent the text from always being selected
+        gtk_label_select_region(GTK_LABEL(fingerprint_label), 0, 0);
     }
     
 }



--- End Message ---
--- Begin Message ---
Source: pidgin-otr
Source-Version: 3.2.0-5

We believe that the bug you reported is fixed in the latest version of
pidgin-otr, which is due to be installed in the Debian FTP archive:

pidgin-otr_3.2.0-5.diff.gz
  to main/p/pidgin-otr/pidgin-otr_3.2.0-5.diff.gz
pidgin-otr_3.2.0-5.dsc
  to main/p/pidgin-otr/pidgin-otr_3.2.0-5.dsc
pidgin-otr_3.2.0-5_i386.deb
  to main/p/pidgin-otr/pidgin-otr_3.2.0-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 544...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thibaut VARENE <vare...@debian.org> (supplier of updated pidgin-otr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 11 Nov 2009 16:20:11 +0100
Source: pidgin-otr
Binary: pidgin-otr
Architecture: source i386
Version: 3.2.0-5
Distribution: unstable
Urgency: low
Maintainer: Thibaut VARENE <vare...@debian.org>
Changed-By: Thibaut VARENE <vare...@debian.org>
Description: 
 pidgin-otr - Off-the-Record Messaging plugin for pidgin
Closes: 544995 550375
Changes: 
 pidgin-otr (3.2.0-5) unstable; urgency=low
 .
   * Fix key generation to use /dev/urandom with more recent libgcrypt
     versions, patch from Felix Geyer (Closes: #550375)
   * Allow to copy the fingerprints from the authentication dialog,
     patch from Felix Geyer (Closes: #544995) (LP: #310769)
   * Fix outdated config.{sub,guess}
Checksums-Sha1: 
 3be9133b356e5c3fe339cabfd45fb565dddf9451 1152 pidgin-otr_3.2.0-5.dsc
 4d73f831c0857c25610815ebab8e5f7f1d950de8 4225 pidgin-otr_3.2.0-5.diff.gz
 018b80546aff5ec593fa9482dbabde86a990dc0f 77102 pidgin-otr_3.2.0-5_i386.deb
Checksums-Sha256: 
 99b1c693d1061c1d44f168ae4e4be95af193f3aa5e542ebebe8afb46181779fc 1152 
pidgin-otr_3.2.0-5.dsc
 ed30ef0ead0d4103fee0beb05b684629e1858d8da99c9571268f86ce07da87fa 4225 
pidgin-otr_3.2.0-5.diff.gz
 dfbd4fb4222125e37cf9a539b9e8f4a2a06661d56854b4351201b87266d35f3f 77102 
pidgin-otr_3.2.0-5_i386.deb
Files: 
 6df2778ac3e1ba51d6041448367cf546 1152 net optional pidgin-otr_3.2.0-5.dsc
 8c466fc03b6ccedd49a6766b6945e13b 4225 net optional pidgin-otr_3.2.0-5.diff.gz
 bc68eb972e89a195b5b0000da4a33751 77102 net optional pidgin-otr_3.2.0-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkr63k4ACgkQHjLD2rfS8GNXsQCgzDNv6ranq49Qyh0zxQNJRoXX
TcwAn3XZQ1PeLxFF8EDqeheOdH11q2C6
=yX43
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to