diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/sidebarwidget.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c index 581a7bb2..14d7a373 100644 --- a/src/ui/sidebarwidget.c +++ b/src/ui/sidebarwidget.c | |||
@@ -348,9 +348,11 @@ static void updateItems_SidebarWidget_(iSidebarWidget *d) { | |||
348 | /* Actions. */ { | 348 | /* Actions. */ { |
349 | addActionButton_SidebarWidget_( | 349 | addActionButton_SidebarWidget_( |
350 | d, check_Icon " ${feeds.markallread}", "feeds.markallread", expand_WidgetFlag); | 350 | d, check_Icon " ${feeds.markallread}", "feeds.markallread", expand_WidgetFlag); |
351 | addChild_Widget(d->actions, iClob(new_LabelWidget("${sidebar.action.show}", NULL))); | 351 | addChildFlags_Widget(d->actions, |
352 | iClob(new_LabelWidget("${sidebar.action.show}", NULL)), | ||
353 | frameless_WidgetFlag); | ||
352 | const iMenuItem items[] = { | 354 | const iMenuItem items[] = { |
353 | { "${sidebar.action.feeds.showall}", SDLK_u, KMOD_SHIFT, "feeds.mode arg:0" }, | 355 | { "${sidebar.action.feeds.showall}", SDLK_u, KMOD_SHIFT, "feeds.mode arg:0" }, |
354 | { "${sidebar.action.feeds.showunread}", SDLK_u, 0, "feeds.mode arg:1" }, | 356 | { "${sidebar.action.feeds.showunread}", SDLK_u, 0, "feeds.mode arg:1" }, |
355 | }; | 357 | }; |
356 | iWidget *dropButton = addChild_Widget( | 358 | iWidget *dropButton = addChild_Widget( |