Fixed the refresh button on the dialogs.
[pspp-builds.git] / src / ui / gui / psppire.c
index 557130d355f3ae838a3dd0d9e5376cb96f265658..f6bf1de36cdd7346360d69bd8315228b977125e5 100644 (file)
@@ -275,6 +275,13 @@ create_icon_factory (void)
   g_object_unref (pixbuf);
   gtk_icon_factory_add ( factory, "pspp-select-cases", icon_set);
 
+  pixbuf = PIXBUF_NEW_FROM_FILE ("recent-dialogs.png");
+  icon_set = gtk_icon_set_new_from_pixbuf (pixbuf);
+  g_object_unref (pixbuf);
+  gtk_icon_factory_add ( factory, "pspp-recent-dialogs", icon_set);
+
+
+
   gtk_icon_factory_add_default (factory);
 }