aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-list.c
Commit message (Expand)AuthorAgeFilesLines
* this should never happen unless you're really trying, but don't crash ifChris Toshok2003-04-221-4/+8
* Update for e_option_menu prototype constificationDan Winship2003-04-101-10/+17
* make this more robust - only assume it's a folderlistitem node if the nameChris Toshok2003-02-271-4/+7
* s/glade_gnome_init/glade_init/Dan Winship2003-02-061-1/+1
* Images are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-091-2/+2
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-75/+66
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-8/+8
* use e_shell_ marshallers, and make sure STRING parameters map to *_STRING*Chris Toshok2002-11-201-2/+3
* Disabled for now.Ettore Perazzoli2002-11-201-1/+1
* force the scrolled table to be shown, apparently a bug in libglade2.Chris Toshok2002-11-171-0/+4
* Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-061-1/+1
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-1/+2
* Replace gtk_signal_emit() with g_signal_emit(). Likewise. Likewise.Ettore Perazzoli2002-11-041-2/+2
* Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-041-1/+2
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-5/+5
* Updated for libxml2. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-041-2/+2
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-12/+24
* [#31303]Ettore Perazzoli2002-10-261-1/+1
* Mark a string for translation.Kjartan Maraas2002-09-181-1/+1
* Use bonobo_object_ref() instead of bonobo_object_client_ref() as theEttore Perazzoli2002-05-311-1/+1
* skip folders that aren't valid uri's. (e_folder_list_get_items): didn'tChris Toshok2002-05-291-4/+6
* [ fixes 90% of #25047 ] shamelessly lifted fromChris Toshok2002-05-241-34/+92
* Use bonobo_object_client_(un)?ref instead of gtk_object_(un)?ref.Christopher James Lahey2002-05-041-1/+6
* Added e-folder-list.h. (libeshell_la_SOURCES): Added e-folder-list.c.Christopher James Lahey2002-05-041-0/+603