[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/01: Fix not toggling view modes properly.
noreply at xfce.org
noreply at xfce.org
Mon Jan 27 23:26:58 CET 2020
This is an automated email from the git hooks/post-receive script.
g o t t c o d e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit c3183e395e88e4abf3e18f4312eb0d5c0ee609c6
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Jan 27 17:18:03 2020 -0500
Fix not toggling view modes properly.
---
panel-plugin/configuration-dialog.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/panel-plugin/configuration-dialog.cpp b/panel-plugin/configuration-dialog.cpp
index bc71e56..02b1ec2 100644
--- a/panel-plugin/configuration-dialog.cpp
+++ b/panel-plugin/configuration-dialog.cpp
@@ -618,7 +618,6 @@ GtkWidget* ConfigurationDialog::init_appearance_tab()
// Add option to show as list
m_show_as_list = gtk_radio_button_new_with_mnemonic_from_widget(GTK_RADIO_BUTTON(m_show_as_icons), _("Show as lis_t"));
- m_show_as_icons = gtk_radio_button_new_with_mnemonic(NULL, _("Show as _icons"));
{
gchar* icons[] = {
g_strdup("view-list-compact"),
@@ -637,7 +636,6 @@ GtkWidget* ConfigurationDialog::init_appearance_tab()
// Add option to show as tree
m_show_as_tree = gtk_radio_button_new_with_mnemonic_from_widget(GTK_RADIO_BUTTON(m_show_as_list), _("Show as t_ree"));
- m_show_as_icons = gtk_radio_button_new_with_mnemonic(NULL, _("Show as _icons"));
{
gchar* icons[] = {
g_strdup("view-list-tree"),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list