Commit Graph

6 Commits

Author SHA1 Message Date
e779a92583 Make the printouts here conditionally compiled out.
2001-09-24  Christopher James Lahey  <clahey@ximian.com>

	* e-categories-master-list-wombat.c (ecmlw_load, ecmlw_save): Make
	the printouts here conditionally compiled out.

svn path=/trunk/; revision=13100
2001-09-24 21:15:59 +00:00
0ed38b0d75 Dont call g_print with a NULL string. See bug #7396.
2001-08-28  Not Zed  <NotZed@Ximian.com>

	* e-categories-master-list-wombat.c (ecmlw_load): Dont call
        g_print with a NULL string.  See bug #7396.

svn path=/trunk/; revision=12498
2001-08-28 10:50:56 +00:00
8f3673b5fe Chain to the destroy handler in the parent class!
2001-08-09  Federico Mena Quintero  <federico@ximian.com>

	* e-categories-master-list-wombat.c (ecmlw_destroy): Chain to the
	destroy handler in the parent class!

	* e-list-iterator.c (e_list_iterator_destroy): Likewise.  Sigh.

	* e-list.c (e_list_destroy): Likewise.  Double sigh.

svn path=/trunk/; revision=11819
2001-08-09 06:24:27 +00:00
34706b4a56 Fixed the load statement here by just using array_from_string.
2001-08-01  Christopher James Lahey  <clahey@ximian.com>

	* e-categories-master-list-wombat.c (ecmlw_load): Fixed the load
	statement here by just using array_from_string.
	(ecmlw_save): Removed the part where we save the icons and colors
	since that's handled in the array_to_string function.  Fixes
	Ximian bug #4451.

svn path=/trunk/; revision=11561
2001-08-02 01:54:22 +00:00
834ae55a48 load all icons and colors for each category
2001-07-04  Rodrigo Moya <rodrigo@ximian.com>

	* e-categories-master-list-wombat.c (ecmlw_load): load all icons
	and colors for each category

	(ecmlw_save): save all icons and categories associated with
	each category

	* e-categories-config.c: use BonoboConf to store/retrieve settings,
	and use ECategoriesMasterListWombat when creating a ECategories
	dialog widget

svn path=/trunk/; revision=10781
2001-07-04 20:03:48 +00:00
e3997d78ae Added e-categories-master-list-wombat.c and
2001-07-02  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am (libeutil_la_SOURCES): Added
	e-categories-master-list-wombat.c and
	e-categories-master-list-wombat.h.
	(INCLUDES): Added $(BONOBO_CONF_CFLAGS).

	* e-categories-master-list-wombat.c,
	e-categories-master-list-wombat.h: New class implementing a master
	list that stores its state using bonobo-conf.

svn path=/trunk/; revision=10720
2001-07-03 02:57:58 +00:00