Mercurial > pidgin
comparison src/prpl.c @ 5496:b7c0be69c749
[gaim-migrate @ 5892]
do_ask_dialog() will soon go the way of the something that goes away a lot.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Fri, 23 May 2003 00:48:20 +0000 |
| parents | 3e8487580024 |
| children | cce2d7868c78 |
comparison
equal
deleted
inserted
replaced
| 5495:5b678994929b | 5496:b7c0be69c749 |
|---|---|
| 62 return plugin; | 62 return plugin; |
| 63 } | 63 } |
| 64 } | 64 } |
| 65 | 65 |
| 66 return NULL; | 66 return NULL; |
| 67 } | |
| 68 | |
| 69 static void des_win(GtkWidget *a, GtkWidget *b) | |
| 70 { | |
| 71 gtk_widget_destroy(b); | |
| 72 } | 67 } |
| 73 | 68 |
| 74 static GSList *do_ask_dialogs = NULL; | 69 static GSList *do_ask_dialogs = NULL; |
| 75 | 70 |
| 76 struct doaskstruct { | 71 struct doaskstruct { |
