copy paste does not work correctly

Bug #920001 reported by Peter Pan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dlume (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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

Revision history for this message
Peter Pan (daniel-dipinthepool) wrote :
Revision history for this message
Peter Pan (daniel-dipinthepool) wrote :

This bug is fixed in the debian package of dlume version 0.2.4-8

http://packages.qa.debian.org/d/dlume/news/20120122T230212Z.html

since Sun, 22 Jan 2012 23:02:12 +0000.

Thanks to Jari Aalto <email address hidden> :)

Revision history for this message
Logan Rosen (logan) wrote :

Marking this bug as Fix Released in Ubuntu accordingly, as dlume 0.2.4-10 is currently available in Quantal and Raring.

Changed in dlume (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.