diff -r a137277f9173 -r 77b09bb52ca0 application/main.c --- a/application/main.c Sat Apr 05 15:53:41 2014 +0200 +++ b/application/main.c Sat Apr 05 18:41:30 2014 +0200 @@ -170,7 +170,7 @@ ui_toolitem_st("new", UI_STOCK_NEW, action_new, NULL); ui_toolitem_st("open", UI_STOCK_GO_BACK, action_open, NULL); - ui_toolitem_st("save", UI_STOCK_GO_FORWARD, action_save, NULL); + ui_toolitem_stgr("save", UI_STOCK_GO_FORWARD, action_save, NULL, 1, -1); ui_toolitem_st("close", UI_STOCK_CLOSE, action_close, NULL); ui_toolitem_st("undo", UI_STOCK_UNDO, action_undo, NULL); ui_toolitem_st("redo", UI_STOCK_REDO, action_redo, NULL);