Mercurial > pidgin
diff libpurple/theme-loader.h @ 25096:fbf72bbd1084
Fixed up a few typos, readability, leaks, and bugs, all minor and mostly in theme and theme loader classes
| author | Justin Rodriguez <ffdragon@soc.pidgin.im> |
|---|---|
| date | Mon, 30 Jun 2008 03:50:35 +0000 |
| parents | 51bdbab30704 |
| children | b37ccfd1697b |
line wrap: on
line diff
--- a/libpurple/theme-loader.h Fri Jun 27 21:01:47 2008 +0000 +++ b/libpurple/theme-loader.h Mon Jun 30 03:50:35 2008 +0000 @@ -77,7 +77,7 @@ * * @returns the string represting this type */ -gchar *purple_theme_loader_get_type_string(PurpleThemeLoader *self); +const gchar *purple_theme_loader_get_type_string(PurpleThemeLoader *self); /** * Creates a new PurpleTheme
