aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2003-09-30 04:22:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-09-30 04:22:43 +0800
commit7dbb51cfc93566fa7fd16f857b5a5fb5b97c28e3 (patch)
tree1b29c770608accfa693678f71c6351ae3fd0a958
parent2c2f8e8fde584ace48f33cf92e7e5327a56a43df (diff)
downloadgsoc2013-evolution-7dbb51cfc93566fa7fd16f857b5a5fb5b97c28e3.tar
gsoc2013-evolution-7dbb51cfc93566fa7fd16f857b5a5fb5b97c28e3.tar.gz
gsoc2013-evolution-7dbb51cfc93566fa7fd16f857b5a5fb5b97c28e3.tar.bz2
gsoc2013-evolution-7dbb51cfc93566fa7fd16f857b5a5fb5b97c28e3.tar.lz
gsoc2013-evolution-7dbb51cfc93566fa7fd16f857b5a5fb5b97c28e3.tar.xz
gsoc2013-evolution-7dbb51cfc93566fa7fd16f857b5a5fb5b97c28e3.tar.zst
gsoc2013-evolution-7dbb51cfc93566fa7fd16f857b5a5fb5b97c28e3.zip
removed subscribe-dialog.etspec and added another FIXME to em-folder-browser.c
svn path=/trunk/; revision=22756
-rw-r--r--mail/Makefile.am2
-rw-r--r--mail/em-folder-browser.c1
-rw-r--r--mail/subscribe-dialog.etspec9
3 files changed, 2 insertions, 10 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 0ff3ce6e98..da7fbeb69f 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -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
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c
index 19c73c8d9c..006e10f1f7 100644
--- a/mail/em-folder-browser.c
+++ b/mail/em-folder-browser.c
@@ -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);
diff --git a/mail/subscribe-dialog.etspec b/mail/subscribe-dialog.etspec
deleted file mode 100644
index 1f5decbb36..0000000000
--- a/mail/subscribe-dialog.etspec
+++ /dev/null
@@ -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>