Use Gtkmm stock items instead of Gtk ones for Keyframe Dial buttons.
[synfig.git] / synfig-studio / trunk / src / gtkmm / keyframedial.h
index 41dfc57..a6491c9 100644 (file)
@@ -54,6 +54,7 @@ class KeyFrameDial : public Gtk::Table
        Gtk::Button *lock_keyframe;
 
        Gtk::Button *create_icon(Gtk::IconSize iconsize, const char * stockid, const char * tooltip);
+       Gtk::Button *create_icon(Gtk::IconSize iconsize, const Gtk::BuiltinStockID & stockid, const char * tooltip);
 
 public: