[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 05/41: Remove deprecated code.
noreply at xfce.org
noreply at xfce.org
Sat Aug 20 18:32:19 CEST 2016
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit b6192a87492d91fd2d836e76eb1d628a2c10ec5e
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Aug 8 08:47:56 2016 -0400
Remove deprecated code.
---
panel-plugin/configuration-dialog.cpp | 3 ---
panel-plugin/launcher-view.cpp | 1 -
2 files changed, 4 deletions(-)
diff --git a/panel-plugin/configuration-dialog.cpp b/panel-plugin/configuration-dialog.cpp
index 27c47ac..b50e227 100644
--- a/panel-plugin/configuration-dialog.cpp
+++ b/panel-plugin/configuration-dialog.cpp
@@ -123,9 +123,6 @@ void ConfigurationDialog::choose_icon()
NULL);
gtk_dialog_set_default_response(GTK_DIALOG(chooser), GTK_RESPONSE_ACCEPT);
- gtk_dialog_set_alternative_button_order(GTK_DIALOG(chooser),
- GTK_RESPONSE_ACCEPT,
- GTK_RESPONSE_CANCEL, -1);
exo_icon_chooser_dialog_set_icon(EXO_ICON_CHOOSER_DIALOG(chooser), m_plugin->get_button_icon_name().c_str());
if (gtk_dialog_run(GTK_DIALOG (chooser)) == GTK_RESPONSE_ACCEPT)
diff --git a/panel-plugin/launcher-view.cpp b/panel-plugin/launcher-view.cpp
index 7891f9e..d1fbc3d 100644
--- a/panel-plugin/launcher-view.cpp
+++ b/panel-plugin/launcher-view.cpp
@@ -54,7 +54,6 @@ LauncherView::LauncherView(Window* window) :
m_view = GTK_TREE_VIEW(exo_tree_view_new());
gtk_tree_view_set_headers_visible(m_view, false);
gtk_tree_view_set_enable_tree_lines(m_view, false);
- gtk_tree_view_set_rules_hint(m_view, false);
gtk_tree_view_set_hover_selection(m_view, true);
gtk_tree_view_set_enable_search(m_view, false);
gtk_tree_view_set_fixed_height_mode(m_view, true);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list