2001-12-17 17:03:42 +00:00
|
|
|
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
|
|
|
|
|
2001-12-17 20:47:24 +00:00
|
|
|
* applier.c (set_root_pixmap): Set the pixmap_id correctly if
|
|
|
|
pixmap is NULL or -1.
|
|
|
|
|
2001-12-17 18:23:47 +00:00
|
|
|
* preferences.c (preferences_merge_entry): Eliminate name; use
|
|
|
|
entry->key on the warning
|
|
|
|
(preferences_merge_entry): Use correct keys
|
|
|
|
|
2001-12-17 17:03:42 +00:00
|
|
|
* applier.c (applier_get_preview_widget): Make sure the pixmap is
|
|
|
|
masked correctly
|
2001-12-17 18:17:25 +00:00
|
|
|
(applier_apply_prefs): s/gtk_object_destroy/g_object_unref/
|
2001-12-17 17:03:42 +00:00
|
|
|
|
2001-12-07 17:28:09 +00:00
|
|
|
2001-12-07 Bradford Hovinen <hovinen@ximian.com>
|
|
|
|
|
2001-12-07 19:34:21 +00:00
|
|
|
* preferences.c (read_color_from_string): Check if string is
|
|
|
|
non-NULL
|
2001-12-07 19:56:51 +00:00
|
|
|
(preferences_load): Initialize the error structure
|
2001-12-07 19:34:21 +00:00
|
|
|
|
2001-12-07 17:28:09 +00:00
|
|
|
* applier.c (applier_class_init): Initialize object_class properly
|
|
|
|
before using it; install property after {get|set}_property are set
|
2001-12-07 17:35:00 +00:00
|
|
|
(applier_get_preview_widget): Construct the GC before using it
|
2001-12-07 17:28:09 +00:00
|
|
|
|