[ekiga/ds-gtk-application] Books: Use symbolic icons.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gtk-application] Books: Use symbolic icons.
- Date: Sun, 16 Nov 2014 14:26:15 +0000 (UTC)
commit d9fdbb8583e01a36ef1c2cef3ca3c05f08e6754e
Author: Damien Sandras <dsandras seconix com>
Date: Sun Nov 16 15:25:21 2014 +0100
Books: Use symbolic icons.
lib/engine/components/call-history/history-book.h | 2 +-
plugins/evolution/evolution-book.h | 2 +-
plugins/kab/kab-book.h | 2 +-
plugins/ldap/ldap-book.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lib/engine/components/call-history/history-book.h
b/lib/engine/components/call-history/history-book.h
index b62702d..5da4a10 100644
--- a/lib/engine/components/call-history/history-book.h
+++ b/lib/engine/components/call-history/history-book.h
@@ -77,7 +77,7 @@ namespace History
const std::string get_status () const;
const std::string get_icon () const
- { return "document-open-recent"; }
+ { return "document-open-recent-symbolic"; }
/* more specific api */
diff --git a/plugins/evolution/evolution-book.h b/plugins/evolution/evolution-book.h
index d8d7f07..906816c 100644
--- a/plugins/evolution/evolution-book.h
+++ b/plugins/evolution/evolution-book.h
@@ -83,7 +83,7 @@ namespace Evolution
const std::string get_status () const;
const std::string get_icon () const
- { return "computer"; }
+ { return "computer-symbolic"; }
void refresh ();
diff --git a/plugins/kab/kab-book.h b/plugins/kab/kab-book.h
index eb86b9e..de55668 100644
--- a/plugins/kab/kab-book.h
+++ b/plugins/kab/kab-book.h
@@ -68,7 +68,7 @@ namespace KAB
{ return "---"; }
const std::string get_icon () const
- { return "computer"; }
+ { return "computer-symbolic"; }
private:
diff --git a/plugins/ldap/ldap-book.h b/plugins/ldap/ldap-book.h
index 3a2d7f3..8440c3b 100644
--- a/plugins/ldap/ldap-book.h
+++ b/plugins/ldap/ldap-book.h
@@ -116,7 +116,7 @@ namespace OPENLDAP
const std::string get_status () const;
const std::string get_icon () const
- { return "network-server"; }
+ { return "network-server-symbolic"; }
void refresh ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]