diff options
Diffstat (limited to 'src/ui/widget/panel.cpp')
| -rw-r--r-- | src/ui/widget/panel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp index aff7f98fe..d6e170c74 100644 --- a/src/ui/widget/panel.cpp +++ b/src/ui/widget/panel.cpp @@ -35,7 +35,7 @@ void Panel::prep() { GTK_ICON_SIZE_DND, // Not used by options, but included to make the last size larger GTK_ICON_SIZE_DIALOG }; - eek_preview_set_size_mappings( G_N_ELEMENTS(sizes), sizes ); + EekPreview::set_size_mappings( G_N_ELEMENTS(sizes), sizes ); } Panel::Panel(gchar const *prefs_path, int verb_num) : |
