comparison libpurple/theme.c @ 25858:1eacf60a73dd

Fix some theme manager assertion failures.
author Richard Laager <rlaager@wiktel.com>
date Mon, 01 Dec 2008 17:04:29 +0000
parents fc8047e1fa39
children 0c7b74fc558e
comparison
equal deleted inserted replaced
25857:01a66776064a 25858:1eacf60a73dd
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23 23 #include <glib.h>
24 #include <string.h>
25
26 #include "internal.h"
24 #include "theme.h" 27 #include "theme.h"
25 #include "util.h" 28 #include "util.h"
26
27 #include <string.h>
28 29
29 #define PURPLE_THEME_GET_PRIVATE(PurpleTheme) \ 30 #define PURPLE_THEME_GET_PRIVATE(PurpleTheme) \
30 ((PurpleThemePrivate *) ((PurpleTheme)->priv)) 31 ((PurpleThemePrivate *) ((PurpleTheme)->priv))
31 32
32 void purple_theme_set_type_string(PurpleTheme *theme, const gchar *type); 33 void purple_theme_set_type_string(PurpleTheme *theme, const gchar *type);