aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-source-selector.c
Commit message (Collapse)AuthorAgeFilesLines
* use find_source_iter and get the selection from the right spotJP Rosevear2003-11-171-25/+57
| | | | | | | | | | | | | 2003-11-16 JP Rosevear <jpr@ximian.com> * e-source-selector.c (e_source_selector_set_primary_selection): use find_source_iter and get the selection from the right spot (find_source_iter): util function to find the iter given the source (e_source_selector_select_source): signal that the model changed (e_source_selector_unselect_source): ditto svn path=/trunk/; revision=23372
* (e_source_selector_new): Expand all theEttore Perazzoli2003-11-111-0/+2
| | | | | | nodes. svn path=/trunk/; revision=23276
* fill_popup_menu signal has 2 arguments.Rodrigo Moya2003-10-291-1/+1
| | | | | | | | | 2003-10-28 Rodrigo Moya <rodrigo@ximian.com> * e-source-selector.c (class_init): fill_popup_menu signal has 2 arguments. svn path=/trunk/; revision=23109
* added "fill_popup_menu" signal, to allow the addition of new items to theRodrigo Moya2003-10-291-1/+31
| | | | | | | | | | | | | 2003-10-28 Rodrigo Moya <rodrigo@ximian.com> * e-source-selector.[ch]: added "fill_popup_menu" signal, to allow the addition of new items to the popup menu. (class_init): create new signal. (init): connect to "button_press_event" for the tree view. (selector_button_press_event): callback for "button_press_event". (e_source_selector_selection_shown): use g_return_val_if_fail. svn path=/trunk/; revision=23106
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-0/+682
svn path=/trunk/; revision=22964