Changeset 1291

Show
Ignore:
Timestamp:
12/01/06 09:35:29
Author:
svillar
Message:

* An empty query now filters nothing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1288 r1291  
     12006-11-30  Sergio Villar Senin <svillar@igalia.com> 
     2        * libtinymail-camel/tny-camel-common.c: a store query with no items 
     3        filters nothing 
     4 
    152006-11-30  Philip Van Hoof <pvanhoof@gnome.org> 
    26 
  • trunk/libtinymail-camel/tny-camel-common.c

    r1086 r1291  
    3030        gboolean retval = FALSE; 
    3131 
    32         if (query
     32        if (query && (tny_list_get_length (tny_folder_store_query_get_items (query)) > 0)
    3333        { 
    3434                TnyList *items = tny_folder_store_query_get_items (query);