Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 4527:53bd726e4461
Temporarily revert small part of mf0102's changeset that broke API by removing
util_menu_main_show() and util_info_dialog() from PAPI because of resulting
segfaults (the changeset mixes lots of cosmetic and functional changes, so not
reverting it all.) NOTICE! Only util_info_dialog() is restored.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Wed, 30 Apr 2008 04:42:55 +0300 |
| parents | 0fe46317167f |
| children | 2638175099e0 |
comparison
equal
deleted
inserted
replaced
| 4526:8465e73d5584 | 4527:53bd726e4461 |
|---|---|
| 151 .mime_set_plugin = mime_set_plugin, | 151 .mime_set_plugin = mime_set_plugin, |
| 152 | 152 |
| 153 .uri_get_plugin = uri_get_plugin, | 153 .uri_get_plugin = uri_get_plugin, |
| 154 .uri_set_plugin = uri_set_plugin, | 154 .uri_set_plugin = uri_set_plugin, |
| 155 | 155 |
| 156 .util_info_dialog = NULL, /* deprecated --mf0102 */ | 156 .util_info_dialog = util_info_dialog, |
| 157 .get_gentitle_format = get_gentitle_format, | 157 .get_gentitle_format = get_gentitle_format, |
| 158 | 158 |
| 159 .escape_shell_chars = escape_shell_chars, | 159 .escape_shell_chars = escape_shell_chars, |
| 160 .str_append = str_append, | 160 .str_append = str_append, |
| 161 .str_replace = str_replace, | 161 .str_replace = str_replace, |
