pidgin.next.minor: a81f9292: Fix a compiler warning.
rlaager at pidgin.im
rlaager at pidgin.im
Thu Oct 30 18:55:57 EDT 2008
-----------------------------------------------------------------
Revision: a81f9292cf3906282875124fd21577aeabcc92dc
Ancestor: a45d6731d132b95be08b02612cba020d95614242
Author: rlaager at pidgin.im
Date: 2008-10-30T19:59:24
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/a81f9292cf3906282875124fd21577aeabcc92dc
Modified files:
libpurple/sound-theme.c
ChangeLog:
Fix a compiler warning.
-------------- next part --------------
============================================================
--- libpurple/sound-theme.c a6db34e5e1bcf06f8e4a4d83d2cf2fed10cedc85
+++ libpurple/sound-theme.c 53d648af06f477d0609d2de7127fd67c696c6ca6
@@ -133,7 +133,7 @@ purple_sound_theme_get_file_full(PurpleS
purple_sound_theme_get_file_full(PurpleSoundTheme *theme,
const gchar *event)
{
- gchar *filename;
+ const gchar *filename;
g_return_val_if_fail(PURPLE_IS_SOUND_THEME(theme), NULL);
More information about the Commits
mailing list