[ekiga] Fix icon name in assistant (s/"ekiga"/PACKAGE_NAME/)
- From: Eugen Dedu <ededu src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [ekiga] Fix icon name in assistant (s/"ekiga"/PACKAGE_NAME/)
- Date: Thu, 5 Nov 2009 22:34:05 +0000 (UTC)
commit 06efbe6fae0b2c1a38b4c43717ec20874653f26d
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Thu Nov 5 23:31:57 2009 +0100
Fix icon name in assistant (s/"ekiga"/PACKAGE_NAME/)
src/gui/assistant.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/assistant.cpp b/src/gui/assistant.cpp
index 5042dc6..bb7ffce 100644
--- a/src/gui/assistant.cpp
+++ b/src/gui/assistant.cpp
@@ -1453,7 +1453,7 @@ ekiga_assistant_init (EkigaAssistant *assistant)
assistant->priv->last_active_page = 0;
assistant->priv->icon = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
- "ekiga", 48,
+ PACKAGE_NAME, 48,
(GtkIconLookupFlags) 0, NULL);
create_welcome_page (assistant);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]