Create a "pspp-stock-select" stock icon, and use it in selector actions.
[pspp-builds.git] / src / ui / gui / psppire-selector.c
index bd990de8b2b6c4e7b18d4ce793ec53711e8ec5c7..9acc2829b22fd575fac9c1579dd08c1b47af02dd 100644 (file)
@@ -240,7 +240,7 @@ psppire_selector_init (PsppireSelector *selector)
   selector->arrow = gtk_arrow_new (GTK_ARROW_LEFT, GTK_SHADOW_NONE);
   selector->filtered_source = NULL;
 
-  selector->action = gtk_action_new ("select", NULL, NULL, NULL);
+  selector->action = gtk_action_new ("select", NULL, NULL, "pspp-stock-select");
 
   gtk_action_connect_proxy (selector->action, GTK_WIDGET (selector));