[ekiga/ds-gtk-application] Ekiga: Added missing icon to the main window.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gtk-application] Ekiga: Added missing icon to the main window.
- Date: Sun, 9 Feb 2014 13:26:11 +0000 (UTC)
commit 2301dd778a2eefc0784130e5c0eb6563a25d99d9
Author: Damien Sandras <dsandras beip be>
Date: Sun Feb 9 14:25:31 2014 +0100
Ekiga: Added missing icon to the main window.
lib/engine/gui/gtk-frontend/main_window.cpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/main_window.cpp b/lib/engine/gui/gtk-frontend/main_window.cpp
index 56b52cd..1a7d634 100644
--- a/lib/engine/gui/gtk-frontend/main_window.cpp
+++ b/lib/engine/gui/gtk-frontend/main_window.cpp
@@ -44,6 +44,7 @@
#include "dialpad.h"
#include "statusmenu.h"
+#include "gmstockicons.h"
#include "gmentrydialog.h"
#include "gmstatusbar.h"
#include "gmmenuaddon.h"
@@ -1174,7 +1175,8 @@ ekiga_main_window_init_gui (EkigaMainWindow *mw)
// FIXME ??? ekiga-settings.h
static const gchar *main_views [] = { "contacts", "dialpad", "call-history", NULL };
- gtk_window_set_title (GTK_WINDOW (mw), _("Ekiga"));
+ gtk_window_set_title (GTK_WINDOW (mw), _("Ekiga Softphone"));
+ gtk_window_set_icon_name (GTK_WINDOW (mw), GM_ICON_LOGO);
window_vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
gtk_container_add (GTK_CONTAINER (mw), window_vbox);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]