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 710142 Details for
Bug 919002
when there is no message selected, don't select any message after flip of read/important icon in msg list
[?]
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]
evo patch
evo.patch (text/plain), 1.15 KB, created by
Milan Crha
on 2013-03-14 17:45:35 UTC
(
hide
)
Description:
evo patch
Filename:
MIME Type:
Creator:
Milan Crha
Created:
2013-03-14 17:45:35 UTC
Size:
1.15 KB
patch
obsolete
>Index: mail/message-list.c >=================================================================== >--- mail/message-list.c (revision 4) >+++ mail/message-list.c (working copy) >@@ -3511,6 +3511,7 @@ on_selection_changed_cmd(ETree *tree, Me > static gint > on_click (ETree *tree, gint row, ETreePath path, gint col, GdkEvent *event, MessageList *list) > { >+ ESelectionModel *esm; > CamelMessageInfo *info; > gboolean folder_is_trash; > const gchar *uid; >@@ -3554,6 +3555,11 @@ on_click (ETree *tree, gint row, ETreePa > list->seen_id = 0; > } > >+ esm = e_tree_get_selection_model (tree); >+ if (esm && e_selection_model_cursor_row (esm) == -1) { >+ select_path (list, path); >+ } >+ > return TRUE; > } > >Index: widgets/table/e-tree.c >=================================================================== >--- widgets/table/e-tree.c (revision 4) >+++ widgets/table/e-tree.c (working copy) >@@ -1067,7 +1067,6 @@ table_canvas_focus_event_cb (GtkWidget * > tree = E_TREE (data); > > if (!canvas->focused_item || (e_selection_model_cursor_row (tree->priv->selection) == -1)) { >- e_table_item_set_cursor (E_TABLE_ITEM (tree->priv->item), 0, 0); > gnome_canvas_item_grab_focus (tree->priv->item); > } >
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 919002
: 710142