pidgin/pidginprotocolchooser.c

changeset 42584
687260353985
parent 42575
580339aa47cc
child 42620
72178a341eb8
equal deleted inserted replaced
42583:8a8c571eb98c 42584:687260353985
22 */ 22 */
23 23
24 #include "pidginprotocolchooser.h" 24 #include "pidginprotocolchooser.h"
25 25
26 enum { 26 enum {
27 PROP_ZERO, 27 PROP_0,
28 PROP_PROTOCOL, 28 PROP_PROTOCOL,
29 N_PROPERTIES, 29 N_PROPERTIES,
30 }; 30 };
31 static GParamSpec *properties[N_PROPERTIES] = {NULL, }; 31 static GParamSpec *properties[N_PROPERTIES] = {NULL, };
32 32

mercurial