[frogr] Don't set a title for the progress dialog
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Don't set a title for the progress dialog
- Date: Wed, 24 Dec 2014 02:54:05 +0000 (UTC)
commit 23e292fbaa4a455c0af20f412f368cabf9047984
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Wed Dec 24 01:42:08 2014 +0000
Don't set a title for the progress dialog
src/frogr-main-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index f60cb3c..b5939d2 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -446,7 +446,7 @@ _initialize_ui (FrogrMainView *self)
_("_Cancel"),
GTK_RESPONSE_CANCEL,
NULL);
- gtk_window_set_title (GTK_WINDOW (progress_dialog), APP_SHORTNAME);
+ gtk_window_set_title (GTK_WINDOW (progress_dialog), "");
gtk_dialog_set_response_sensitive (GTK_DIALOG (progress_dialog),
GTK_RESPONSE_CANCEL, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]