Public bug reported:

in "add_edit.c" using the "changed" signal instead of "key_released",
makes copy/paste work. Still releasing a key will do, what it should do.

The lines I altered are marked with a ">".

> 227     g_signal_connect (G_OBJECT(e_entry[FIRST_NAME]), "changed",
 228                         G_CALLBACK(gui_add_rkey), NULL);
 229
 230     gtk_entry_set_max_length(GTK_ENTRY(e_entry[FIRST_NAME]), size_name-1);
 231     gtk_widget_show (e_entry[FIRST_NAME]);
 232     gtk_box_pack_start (GTK_BOX (hbox7), e_entry[FIRST_NAME], FALSE, TRUE, 
2);
 233     gtk_size_group_add_widget(sg_entry, e_entry[FIRST_NAME]);
 234
 235     hbox23 = gtk_hbox_new (FALSE, 0);
 236     gtk_widget_show (hbox23);
 237     gtk_box_pack_start (GTK_BOX (hbox7), hbox23, TRUE, TRUE, 2);
 238
 239     label = gtk_label_new (_("Last Name: "));
 240     gtk_widget_show (label);
 241     gtk_box_pack_start (GTK_BOX (hbox7), label, FALSE, FALSE, 2);
 242     gtk_size_group_add_widget(sg_label, label);
 243     gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
 244
 245     e_entry[LAST_NAME] = gtk_entry_new();
> 246     g_signal_connect (G_OBJECT(e_entry[LAST_NAME]), "changed",

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: dlume 0.2.4-5
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Sun Jan 22 15:00:49 2012
InstallationMedia: Ubuntu 10.04.2 LTS "Lucid Lynx" - Release i386 (20110211.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: dlume

** Affects: dlume (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920001

Title:
  copy paste does not work correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dlume/+bug/920001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to