shell: Stop using deprecated gtk_vbox_new
https://bugzilla.gnome.org/show_bug.cgi?id=669621
This commit is contained in:
parent
a1b60db059
commit
2f6adb1519
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ cc_shell_category_view_constructed (GObject *object)
|
|||
iconview = cc_shell_item_view_new ();
|
||||
gtk_icon_view_set_model (GTK_ICON_VIEW (iconview), priv->model);
|
||||
|
||||
vbox = gtk_vbox_new (FALSE, 0);
|
||||
vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
|
||||
|
||||
renderer = gtk_cell_renderer_pixbuf_new ();
|
||||
g_object_set (renderer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue