Sun, 11 Jun 2006 19:05:45 +0000
[gaim-migrate @ 16257]
SF Patch #1504436 from roast, with changes by me
"gaim_gtkdialogs_log() doesn't set initial account
value, but shows an initial account. This is confusing
because if the user does not use the hint list to
select an account (e.g. he types a name in),
gaim_gtkdialogs_log_cb() services an empty call.
This patch fixes this."
committer: Richard Laager <rlaager@pidgin.im>
| 11118 | 1 | #include "module.h" |
| 2 | ||
| 3 | MODULE = Gaim::Privacy PACKAGE = Gaim::Privacy PREFIX = gaim_privacy_ | |
| 4 | PROTOTYPES: ENABLE | |
| 5 | ||
| 6 | Gaim::Privacy::UiOps | |
| 7 | gaim_privacy_get_ui_ops() | |
| 8 | ||
| 12773 | 9 | void |
| 11118 | 10 | gaim_privacy_init() |
| 11 | ||
| 12773 | 12 | void |
| 11118 | 13 | gaim_privacy_set_ui_ops(ops) |
| 14 | Gaim::Privacy::UiOps ops |