[evolution-data-server] e-webdav-discover-widget - Show all supported types for the source in the table



commit 1d7d49a18ce106ac00fb31702096cf0fd950bd05
Author: Milan Crha <mcrha redhat com>
Date:   Tue May 24 16:03:39 2016 +0200

    e-webdav-discover-widget - Show all supported types for the source in the table
    
    That way the users can know that they can create other types for the same
    calendar/memo list/task list without opening the other dialogs.

 libedataserverui/e-webdav-discover-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libedataserverui/e-webdav-discover-widget.c b/libedataserverui/e-webdav-discover-widget.c
index d4e2fbe..d1abf68 100644
--- a/libedataserverui/e-webdav-discover-widget.c
+++ b/libedataserverui/e-webdav-discover-widget.c
@@ -509,7 +509,7 @@ e_webdav_discover_content_fill_discovered_sources (GtkTreeView *tree_view,
                                source->display_name);
                }
 
-               supports_bits = supports_filter ? (source->supports & supports_filter) : source->supports;
+               supports_bits = source->supports;
                supports = g_string_new ("");
 
                #define addbit(flg, cpt) { \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]