diff options
author | jcid <devnull@localhost> | 2008-10-10 22:39:34 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-10 22:39:34 +0200 |
commit | 5bfc8cd1f728bd3ab706d4838dac49463ef73f0b (patch) | |
tree | 8c72425f473d109ce59117a57672b5acb20a65ae /src/uicmd.hh | |
parent | b73bb7f060682f40af97689a059ba9aa0fa13aa9 (diff) |
- WORKAROUND to display HTML for sylpheed.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index 7115cbf0..02dbae8a 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -70,6 +70,7 @@ void a_UIcmd_set_bug_prog(BrowserWindow *bw, int n_bug); void a_UIcmd_set_page_title(BrowserWindow *bw, const char *label); void a_UIcmd_set_msg(BrowserWindow *bw, const char *format, ...); bool_t a_UIcmd_get_images_enabled(BrowserWindow *bw); +void a_UIcmd_set_images_enabled(BrowserWindow *bw, int flag); void a_UIcmd_set_buttons_sens(BrowserWindow *bw); void a_UIcmd_fullscreen_toggle(BrowserWindow *bw); |