From f28ecce3d28b26c5c879ed2ae0f5f39b526c2f39 Mon Sep 17 00:00:00 2001 From: Bradford Hovinen Date: Thu, 19 Jul 2001 13:46:50 +0000 Subject: [PATCH] Set the window title 2001-07-19 Bradford Hovinen * capplet-dir-view.c (capplet_dir_view_load_dir): Set the window title --- control-center/ChangeLog | 4 ++++ control-center/capplet-dir-view.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/control-center/ChangeLog b/control-center/ChangeLog index d326b069b..7ba05ee44 100644 --- a/control-center/ChangeLog +++ b/control-center/ChangeLog @@ -1,3 +1,7 @@ +2001-07-19 Bradford Hovinen + + * capplet-dir-view.c (capplet_dir_view_load_dir): Set the window title + 2001-07-19 Chema Celorio * Makefile.am (ccenter_DATA): move Gnome.directory to here diff --git a/control-center/capplet-dir-view.c b/control-center/capplet-dir-view.c index b07e1e422..710748db4 100644 --- a/control-center/capplet-dir-view.c +++ b/control-center/capplet-dir-view.c @@ -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++) {