Mercurial > pidgin
comparison src/gtkeventloop.c @ 8807:482fc53c969d
[gaim-migrate @ 9569]
A patch from Jon Oberheide to add a confirmation dialog when
removing an away message.
And then two other small changes I thought I had already committed.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 25 Apr 2004 17:01:38 +0000 |
| parents | 9949b752d1ab |
| children | 8e97c8befc0b |
comparison
equal
deleted
inserted
replaced
| 8806:8212661dc3cc | 8807:482fc53c969d |
|---|---|
| 95 static GaimEventLoopUiOps eventloop_ops = | 95 static GaimEventLoopUiOps eventloop_ops = |
| 96 { | 96 { |
| 97 g_timeout_add, | 97 g_timeout_add, |
| 98 (guint (*)(guint))g_source_remove, | 98 (guint (*)(guint))g_source_remove, |
| 99 gaim_gtk_input_add, | 99 gaim_gtk_input_add, |
| 100 (void (*)(guint))g_source_remove | 100 (guint (*)(guint))g_source_remove |
| 101 }; | 101 }; |
| 102 | 102 |
| 103 GaimEventLoopUiOps * | 103 GaimEventLoopUiOps * |
| 104 gaim_gtk_eventloop_get_ui_ops(void) | 104 gaim_gtk_eventloop_get_ui_ops(void) |
| 105 { | 105 { |
