|
From: SourceForge.net <no...@so...> - 2005-03-28 23:54:17
|
Patches item #1172193, was opened at 2005-03-28 15:53 Message generated for change (Settings changed) made by bwelling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305095&aid=1172193&group_id=5095 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Brian Wellington (bwelling) >Assigned to: Roland Clobus (rclobus) Summary: theme code cleanup Initial Comment: This patch attempts to clean up the theme code. The external API is pretty bad - exporting first_theme()/next_theme() functions that don't actually return themes and are 1 line wrappers around glib functions, not to mention the fact that they don't follow a good naming convention. This patch: - makes all exported functions in theme.c start with theme_ or themes_ - exports a function that returns the theme list, rather than unhelpful first_/next_ functions that still require the caller to know it's a GList. - uses gdk_color_parse when parsing the theme config file There should be no functional changes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305095&aid=1172193&group_id=5095 |