diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c index c984798..85524d5 100644 --- a/source/ubl-settings-logging.c +++ b/source/ubl-settings-logging.c @@ -1922,7 +1922,7 @@ void on_logrotate_tab_open(GtkWidget *, main_window *widgets){ window->Menu = yon_rmb_menu_setup(window->MainTree,NULL,NULL, ADD_CONFIGURATION_LABEL,add_icon_name,G_CALLBACK(on_logrotate_add),window, - REMOVE_CONFIGURATION_LABEL,remove_icon_name,G_CALLBACK(on_logrotate_remove),window, + REMOVE_CONFIGURATION_LABEL,minus_icon_name,G_CALLBACK(on_logrotate_remove),window, CONFIGURE_CONFIGURATION_LABEL,settings_icon_name,G_CALLBACK(on_logrotate_edit),window, NULL); window->AppsMenu = yon_rmb_menu_setup(window->AppsMainTree,NULL,NULL, diff --git a/source/ubl-settings-logging.h b/source/ubl-settings-logging.h index 263f89f..1f4cdfa 100644 --- a/source/ubl-settings-logging.h +++ b/source/ubl-settings-logging.h @@ -79,6 +79,7 @@ #define edit_icon_name "document-edit-symbolic" #define add_icon_name "com.ublinux.ubl-settings-logging.increase-symbolic" #define remove_icon_name "com.ublinux.libublsettingsui-gtk3.trash-symbolic" +#define minus_icon_name "com.ublinux.ubl-settings-logging.decrease-symbolic" #define import_icon_name "com.ublinux.ubl-settings-logging.back-symbolic" #define settings_icon_name "com.ublinux.ubl-settings-logging.settings-symbolic"