pidgin/gtkdebug.c

branch
padding
changeset 16752
e6bcb1628c57
parent 16490
68c22924d66b
child 17040
cb33027a36e4
equal deleted inserted replaced
16751:8e552dc2ef9f 16752:e6bcb1628c57
1114 } 1114 }
1115 1115
1116 static PurpleDebugUiOps ops = 1116 static PurpleDebugUiOps ops =
1117 { 1117 {
1118 pidgin_debug_print, 1118 pidgin_debug_print,
1119 pidgin_debug_is_enabled 1119 pidgin_debug_is_enabled,
1120 NULL,
1121 NULL,
1122 NULL,
1123 NULL
1120 }; 1124 };
1121 1125
1122 PurpleDebugUiOps * 1126 PurpleDebugUiOps *
1123 pidgin_debug_get_ui_ops(void) 1127 pidgin_debug_get_ui_ops(void)
1124 { 1128 {

mercurial