]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/pixbutton.h
Michael's latest batch of new gnome files.
[lyx.git] / src / frontends / gnome / pixbutton.h
index 3afdf9371a2c86a13727499f488b6e2a57039cd5..955c1bb878a0f3f9265b5d72497f3160ad3de241 100644 (file)
@@ -29,7 +29,7 @@ namespace Gnome
     {
       Gtk::Box * b = manage( new Gtk::HBox() );
       l = manage( new Gtk::Label(label) );
-      Gnome::Pixmap * p = Gtk::wrap( GNOME_PIXMAP( gnome_stock_pixmap_widget(NULL, pixname.c_str()) ) );
+      Gnome::Pixmap * p = Gtk::wrap( GNOME_PIXMAP( gnome_stock_pixmap_widget(0, pixname.c_str()) ) );
 
       b->set_spacing(3);
       b->children().push_back(Gtk::Box_Helpers::Element(*p, false, false));