Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1475249 Details for
Bug 1615047
Backspace Key Inoperable After Ctrl+V
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed Patch
gnucash-3.2-bug796665.patch (text/plain), 1.55 KB, created by
Bryan Mason
on 2018-08-11 18:53:37 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Bryan Mason
Created:
2018-08-11 18:53:37 UTC
Size:
1.55 KB
patch
obsolete
>diff --git a/gnucash/register/register-gnome/gnucash-item-edit.c b/gnucash/register/register-gnome/gnucash-item-edit.c >index d62e4f247..f4cabb77a 100644 >--- a/gnucash/register/register-gnome/gnucash-item-edit.c >+++ b/gnucash/register/register-gnome/gnucash-item-edit.c >@@ -371,9 +371,7 @@ gnc_item_edit_configure (GncItemEdit *item_edit) > void > gnc_item_edit_cut_clipboard (GncItemEdit *item_edit) > { >- gtk_editable_set_editable(GTK_EDITABLE(item_edit->editor), TRUE); > gtk_editable_cut_clipboard(GTK_EDITABLE(item_edit->editor)); >- gtk_editable_set_editable(GTK_EDITABLE(item_edit->editor), FALSE); > } > > void >@@ -385,9 +383,7 @@ gnc_item_edit_copy_clipboard (GncItemEdit *item_edit) > void > gnc_item_edit_paste_clipboard (GncItemEdit *item_edit) > { >- gtk_editable_set_editable(GTK_EDITABLE(item_edit->editor), TRUE); > gtk_editable_paste_clipboard(GTK_EDITABLE(item_edit->editor)); >- gtk_editable_set_editable(GTK_EDITABLE(item_edit->editor), FALSE); > } > > >diff --git a/gnucash/register/register-gnome/gnucash-sheet.c b/gnucash/register/register-gnome/gnucash-sheet.c >index bb32e9300..3b54bb4d9 100644 >--- a/gnucash/register/register-gnome/gnucash-sheet.c >+++ b/gnucash/register/register-gnome/gnucash-sheet.c >@@ -1810,7 +1810,6 @@ gnucash_sheet_key_press_event_internal (GtkWidget *widget, GdkEventKey *event) > if (pass_on) > { > gboolean result = FALSE; >- > // If sheet is readonly, entry is not realized > if (gtk_widget_get_realized (GTK_WIDGET(sheet->entry))) > result = gtk_widget_event (sheet->entry, (GdkEvent *) event);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1615047
: 1475249