diff options
author | Gary Kramlich <grim@reaperworld.com> | 2007-04-30 01:18:28 +0000 |
---|---|---|
committer | Gary Kramlich <grim@reaperworld.com> | 2007-04-30 01:18:28 +0000 |
commit | b83d317a78631d9477b036be2e244af4bea554b6 (patch) | |
tree | b382907ece49b30b14b3637fd3b831e3fd394e53 /pidgin/gtksound.c | |
parent | 85dede3aef1a0c592d36ed0292b94cc2915b30fc (diff) | |
download | pidgin-padding.tar.gz |
Patch from John 'rekkanoryo' Bailey to add the padding struct members in pidginpadding
Diffstat (limited to 'pidgin/gtksound.c')
-rw-r--r-- | pidgin/gtksound.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pidgin/gtksound.c b/pidgin/gtksound.c index 11ca0a1f2f..c81e93f9fa 100644 --- a/pidgin/gtksound.c +++ b/pidgin/gtksound.c @@ -549,7 +549,11 @@ static PurpleSoundUiOps sound_ui_ops = pidgin_sound_init, pidgin_sound_uninit, pidgin_sound_play_file, - pidgin_sound_play_event + pidgin_sound_play_event, + NULL, + NULL, + NULL, + NULL }; PurpleSoundUiOps * |