aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-10 22:39:34 +0200
committerjcid <devnull@localhost>2008-10-10 22:39:34 +0200
commit5bfc8cd1f728bd3ab706d4838dac49463ef73f0b (patch)
tree8c72425f473d109ce59117a57672b5acb20a65ae /src/ui.hh
parentb73bb7f060682f40af97689a059ba9aa0fa13aa9 (diff)
- WORKAROUND to display HTML for sylpheed.
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 0cd9ff50..7a302efd 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -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(); }