Changeset 4182


Ignore:
Timestamp:
03/09/08 05:50:55 (5 years ago)
Author:
erin_yueh
Message:

openmoko-messages2: fix the category filter for bug#1246 (Erin Yueh)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007.2/applications/openmoko-messages2/src/sms-notes.c

    r3918 r4182  
    755755                                data->notes_search)));  
    756756                 
    757                 if ((type <= ALL_NOTES) || (!data->author_uid)) return TRUE; 
     757                if ((type <= ALL_NOTES)/* || (!data->author_uid)*/) return TRUE; 
    758758                 
    759759                gtk_tree_model_get (model, iter, 
Note: See TracChangeset for help on using the changeset viewer.