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:
Bradford Hovinen 2001-07-19 13:46:50 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 91fdb37ce2
commit f28ecce3d2
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir-view.c (capplet_dir_view_load_dir): Set the window title
2001-07-19 Chema Celorio <chema@celorio.com>
* Makefile.am (ccenter_DATA): move Gnome.directory to here

View file

@ -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++) {