[goobox] set the default window title in the init function
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] set the default window title in the init function
- Date: Tue, 5 Jun 2012 20:56:16 +0000 (UTC)
commit 35f15045bf1b81b2b05ae0e422b346c04fe11ed5
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Jun 5 22:53:11 2012 +0200
set the default window title in the init function
src/goo-window.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/goo-window.c b/src/goo-window.c
index c61d5d7..f0bae0b 100644
--- a/src/goo-window.c
+++ b/src/goo-window.c
@@ -2036,6 +2036,8 @@ goo_window_init (GooWindow *window)
window->priv->hibernate = FALSE;
window->priv->album = album_info_new ();
window->priv->resizable_playlist = FALSE;
+
+ gtk_window_set_title (GTK_WINDOW (window), _("CD Player"));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]