[ekiga/gnome-2-26] 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/gnome-2-26] Fix icon name in assistant (s/"ekiga"/PACKAGE_NAME/)
- Date: Thu, 5 Nov 2009 22:34:00 +0000 (UTC)
commit d295ef0d5f246b7bb52de5b4002fb85c94523b9b
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 be141ca..a450e01 100644
--- a/src/gui/assistant.cpp
+++ b/src/gui/assistant.cpp
@@ -1457,7 +1457,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]