Remove GTK_DIALOG_NO_SEPARATOR usage, use 'gtk-close'

master
Skunnyk 2016-05-03 16:07:26 +02:00
parent 188d11125c
commit 09c4ce577e
1 changed files with 2 additions and 2 deletions

View File

@ -986,8 +986,8 @@ static void monitor_create_options(XfcePanelPlugin *plugin, t_global_monitor *gl
xfce_panel_plugin_block_menu (plugin);
dlg = xfce_titled_dialog_new_with_buttons (_("Network Monitor"), NULL,
GTK_DIALOG_NO_SEPARATOR,
GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
GTK_DIALOG_DESTROY_WITH_PARENT,
"gtk-close", GTK_RESPONSE_OK,
NULL);
gtk_window_set_icon_name (GTK_WINDOW (dlg), "xfce4-settings");