aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-creation-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Work around utter GtkOptionMenu brokenness so that we finally have aEttore Perazzoli2000-07-251-2/+14
| | | | | | nice-looking option menu for the folder creation dialog. svn path=/trunk/; revision=4313
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-1/+1
| | | | | | | link to the shell's object files directly from the components anymore. (That was really gross.) svn path=/trunk/; revision=3546
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-27/+180
| | | | | | | | it really work though, the components should implement creation functionality by passing an appropriate function pointer in `e_shell_component_new()' for @create_folder_fn. svn path=/trunk/; revision=3504
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+233
IDL methods and new functions to implement on the component side. I have also added a simple folder creation dialog in the shell. It's quite unfinished and untested. svn path=/trunk/; revision=3491