comparison src/notify.c @ 6106:99f4bbeb27bc

[gaim-migrate @ 6567] Fix Cae non-fatal bug 6: "no notification of incorrect password/name." Also removed some unused code from gtkconn.c and multi.c (which was derelict). Make dialog and request windows show the titles that are passed to them. Fixed a compiler warning coughsean'sawaymessagestuffcough I'm looking forward to writting a NEWS entry for 0.65, I hope it will be soon :-) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 13 Jul 2003 09:34:48 +0000
parents a3e6a5ef49b5
children ee0044f3e377
comparison
equal deleted inserted replaced
6105:786adff640e1 6106:99f4bbeb27bc
186 GaimNotifyUiOps * 186 GaimNotifyUiOps *
187 gaim_get_notify_ui_ops(void) 187 gaim_get_notify_ui_ops(void)
188 { 188 {
189 return notify_ui_ops; 189 return notify_ui_ops;
190 } 190 }
191