[gnome-system-log] filter-manager: set the computed title on the dialog
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-log] filter-manager: set the computed title on the dialog
- Date: Mon, 19 Mar 2012 18:35:45 +0000 (UTC)
commit bd6c0d53187a062ead969e35bdb88579bae2f163
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Mar 19 14:30:32 2012 -0400
filter-manager: set the computed title on the dialog
Don't forget to set the title on the dialog after we compute the string.
src/logview-filter-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/logview-filter-manager.c b/src/logview-filter-manager.c
index 3b5fa50..6d2aa49 100644
--- a/src/logview-filter-manager.c
+++ b/src/logview-filter-manager.c
@@ -297,6 +297,7 @@ run_add_edit_dialog (LogviewFilterManager *manager, LogviewFilter *filter)
dialog = GTK_WIDGET (gtk_builder_get_object (builder,
"dialog_filter"));
+ gtk_window_set_title (GTK_WINDOW (dialog), title);
entry_name = GTK_WIDGET (gtk_builder_get_object (builder,
"entry_name"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]