Hello,
This should fix the problem. But, as a side effect, we will lose the
sort icon.
Regards,
Michel
diff --git a/src/ui/gui/data-editor.glade b/src/ui/gui/data-editor.glade
index 479b4b9..6e90138 100644
--- a/src/ui/gui/data-editor.glade
+++ b/src/ui/gui/data-editor.glade
@@ -314,11 +314,10 @@
<child>
<widget class="GtkMenu" id="data_menu">
<child>
- <widget class="GtkImageMenuItem" id="data_sort-cases">
+ <widget class="GtkMenuItem" id="data_sort-cases">
<property name="label" translatable="yes">_Sort Cases</property>
<property name="visible">True</property>
<property name="use_underline">True</property>
- <property name="use_stock">True</property>
</widget>
</child>
<child>
diff --git a/src/ui/gui/psppire-data-window.c b/src/ui/gui/psppire-data-window.c
index 00dba99..9207d4f 100644
--- a/src/ui/gui/psppire-data-window.c
+++ b/src/ui/gui/psppire-data-window.c
@@ -1450,7 +1450,7 @@ psppire_data_window_init (PsppireDataWindow *de)
g_object_set (invoke_sort_cases_dialog,
"tooltip", _("Sort cases in the active file"),
- "stock-id", "gtk-sort-ascending",
+ "stock-id", "pspp-sort-cases",
NULL);
g_signal_connect (invoke_sort_cases_dialog, "activate",
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev