plug-ins: use gtk_box_new()

This commit is contained in:
Michael Natterer
2011-09-30 12:17:53 +02:00
parent cb242a484e
commit dcb4c6e34a
151 changed files with 497 additions and 475 deletions

View File

@ -124,7 +124,7 @@ browse_widget_new (const gchar *name)
browse->name = name;
browse->filter = NULL;
browse->hbox = gtk_hbox_new (FALSE, 1);
browse->hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 1);
gtk_widget_show (browse->hbox);
browse->file = gtk_entry_new ();