mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Mon Dec 14 11:39:38 1998 Owen Taylor <otaylor@redhat.com>
* gscreen.c (x_create_panel): Keep up with changes to GtkDockItem.
This commit is contained in:
parent
05139c0018
commit
923abee939
@ -1,3 +1,8 @@
|
||||
Mon Dec 14 11:39:38 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gscreen.c (x_create_panel): Keep up with changes
|
||||
to GtkDockItem.
|
||||
|
||||
1998-12-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gwidget.c (x_update_input): Use gtk_entry_get_text here.
|
||||
|
@ -2001,7 +2001,7 @@ x_create_panel (Dlg_head *h, widget_data parent, WPanel *panel)
|
||||
gtk_toolbar_append_widget (GTK_TOOLBAR (status_line),
|
||||
button_switch_to_listing (panel),
|
||||
"Switch view to detailed view.", NULL);
|
||||
dock = gnome_dock_item_new (GNOME_DOCK_ITEM_BEH_EXCLUSIVE | GNOME_DOCK_ITEM_BEH_NEVER_VERTICAL);
|
||||
dock = gnome_dock_item_new ("gmc-toolbar", GNOME_DOCK_ITEM_BEH_EXCLUSIVE | GNOME_DOCK_ITEM_BEH_NEVER_VERTICAL);
|
||||
gtk_container_add(GTK_CONTAINER(dock),status_line);
|
||||
gnome_dock_add_item (GNOME_DOCK(GNOME_APP (panel->xwindow)->dock), dock, GNOME_DOCK_POS_TOP, 1, 0, 0, FALSE);
|
||||
gtk_widget_show_all (dock);
|
||||
|
Loading…
Reference in New Issue
Block a user