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/ui.hh | |
parent | b73bb7f060682f40af97689a059ba9aa0fa13aa9 (diff) |
- WORKAROUND to display HTML for sylpheed.
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -96,7 +96,8 @@ public: void set_panelmode(UIPanelmode mode); UIPanelmode get_panelmode(); void set_findbar_visibility(bool visible); - bool get_images_enabled() { return ImageLoad->state();} + bool images_enabled() { return ImageLoad->state();} + void images_enabled(int flag) { ImageLoad->state(flag);} Widget *fullscreen_button() { return FullScreen; } void fullscreen_toggle() { FullScreen->do_callback(); } |