Set the window title
2001-07-19 Bradford Hovinen <hovinen@ximian.com> * capplet-dir-view.c (capplet_dir_view_load_dir): Set the window title
This commit is contained in:
parent
91fdb37ce2
commit
f28ecce3d2
2 changed files with 6 additions and 0 deletions
|
@ -421,6 +421,8 @@ capplet_dir_view_load_dir (CappletDirView *view, CappletDir *dir)
|
|||
if (view->impl && view->impl->populate)
|
||||
view->impl->populate (view);
|
||||
|
||||
gtk_window_set_title (GTK_WINDOW (view->app), dir->entry.entry->name);
|
||||
|
||||
menu = gtk_menu_new ();
|
||||
|
||||
for (entry = CAPPLET_DIR_ENTRY (dir); entry; entry = CAPPLET_DIR_ENTRY (entry->dir), parents++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue