removed subscribe-dialog.etspec and added another FIXME to em-folder-browser.c

svn path=/trunk/; revision=22756
This commit is contained in:
Jeffrey Stedfast
2003-09-29 20:22:43 +00:00
parent 2c2f8e8fde
commit 7dbb51cfc9
3 changed files with 2 additions and 10 deletions

View File

@ -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
etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec
etspec_DATA = mail-accounts.etspec message-list.etspec
schemadir = $(GCONF_SCHEMA_FILE_DIR)
schema_DATA = evolution-mail.schemas

View File

@ -709,6 +709,7 @@ emfb_list_built(MessageList *ml, EMFolderBrowser *emfb)
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: 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)
message_list_select(((EMFolderView *)emfb)->list,
MESSAGE_LIST_SELECT_NEXT, 0, CAMEL_MESSAGE_SEEN, TRUE);

View File

@ -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>