comparison pidgin/gtkmedia.c @ 26456:aa85cf759b98

Silence warning.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 30 Mar 2009 03:58:18 +0000
parents 84374a764255
children b0a9c48b5f69
comparison
equal deleted inserted replaced
26455:84374a764255 26456:aa85cf759b98
126 PROP_SCREENNAME, 126 PROP_SCREENNAME,
127 PROP_SEND_LEVEL, 127 PROP_SEND_LEVEL,
128 PROP_RECV_LEVEL 128 PROP_RECV_LEVEL
129 }; 129 };
130 130
131 GType 131 static GType
132 pidgin_media_get_type(void) 132 pidgin_media_get_type(void)
133 { 133 {
134 static GType type = 0; 134 static GType type = 0;
135 135
136 if (type == 0) { 136 if (type == 0) {