aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view-model.c
Commit message (Collapse)AuthorAgeFilesLines
* No longer include <db.h>52000-10-261-1/+1
| | | | | | | | | | | | | 2000-10-25 <jpr@helixcode.com> * ibex_block.c: No longer include <db.h> 2000-10-25 <jpr@helixcode.com> * e-shortcuts-view-model.c (load_group_into_model): Set folder to NULL to kill warning svn path=/trunk/; revision=6180
* Fix a bunch of EShortcutView problems. It's still buggy, but at leastEttore Perazzoli2000-09-271-1/+2
| | | | | | | | | it's usable now. Also, implemented a "new group" command (which doesn't quite work right yet for some reason) and a "remove group" one. svn path=/trunk/; revision=5595
* Update the shortcut bar in the shell view to match the changes in theEttore Perazzoli2000-09-261-0/+296
way drag and drop is handled. Separate the handling for the view into a separate object. This should make the shortcut bar work again, but it's untested. svn path=/trunk/; revision=5575