code polish

This commit is contained in:
nathan 2017-07-03 22:20:01 +02:00
parent afaf9faff3
commit 4207a9e145

View File

@ -118,7 +118,7 @@ class GtkTheme {
Pointer offscreen = Gtk.gtk_offscreen_window_new();
// get the default icon size for the "paste" icon.
Pointer item = Gtk2.gtk_image_menu_item_new_from_stock("gtk-paste", null);
Pointer item = Gtk.gtk_image_menu_item_new_from_stock("gtk-paste", null);
Gtk.gtk_container_add(offscreen, item);