removed subscribe-dialog.etspec and added another FIXME to em-folder-browser.c
svn path=/trunk/; revision=22756
This commit is contained in:
@ -195,7 +195,7 @@ MARSHAL_GENERATED = em-marshal.c em-marshal.h
|
|||||||
|
|
||||||
glade_DATA = mail-config.glade local-config.glade subscribe-dialog.glade message-tags.glade mail-search.glade
|
glade_DATA = mail-config.glade local-config.glade subscribe-dialog.glade message-tags.glade mail-search.glade
|
||||||
|
|
||||||
etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec
|
etspec_DATA = mail-accounts.etspec message-list.etspec
|
||||||
|
|
||||||
schemadir = $(GCONF_SCHEMA_FILE_DIR)
|
schemadir = $(GCONF_SCHEMA_FILE_DIR)
|
||||||
schema_DATA = evolution-mail.schemas
|
schema_DATA = evolution-mail.schemas
|
||||||
|
@ -709,6 +709,7 @@ emfb_list_built(MessageList *ml, EMFolderBrowser *emfb)
|
|||||||
emfb->priv->list_built_id = 0;
|
emfb->priv->list_built_id = 0;
|
||||||
|
|
||||||
/* FIXME: if the 1st message in the list is unread, this will actually select the second unread msg */
|
/* FIXME: if the 1st message in the list is unread, this will actually select the second unread msg */
|
||||||
|
/* FIXME: this usually happens "too soon" and so the toolbar/menu-items remain desensitised even tho with the message selected they should be sensitive */
|
||||||
if (((EMFolderView *)emfb)->list->cursor_uid == NULL)
|
if (((EMFolderView *)emfb)->list->cursor_uid == NULL)
|
||||||
message_list_select(((EMFolderView *)emfb)->list,
|
message_list_select(((EMFolderView *)emfb)->list,
|
||||||
MESSAGE_LIST_SELECT_NEXT, 0, CAMEL_MESSAGE_SEEN, TRUE);
|
MESSAGE_LIST_SELECT_NEXT, 0, CAMEL_MESSAGE_SEEN, TRUE);
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
<ETableSpecification cursor-mode="line" no-headers="true">
|
|
||||||
<ETableColumn model_col="0" pixbuf="subscribed-image" expansion="0.0" minimum_width="16" resizable="false" cell="cell_toggle" compare="integer"/>
|
|
||||||
<ETableColumn model_col="1" _title="Folder" expansion="1.0" minimum_width="20" resizable="true" cell="cell_tree" compare="string"/>
|
|
||||||
<ETableState>
|
|
||||||
<column source="0"/>
|
|
||||||
<column source="1"/>
|
|
||||||
<grouping></grouping>
|
|
||||||
</ETableState>
|
|
||||||
</ETableSpecification>
|
|
Reference in New Issue
Block a user