[ekiga] Use a better icon for call history in addressbook



commit 42cec50bb1502e9d7ecb33cc13adf8435fb214aa
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Fri Dec 7 13:04:14 2012 +0100

    Use a better icon for call history in addressbook
    
    Closes bug #575608.

 lib/engine/components/call-history/history-book.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/call-history/history-book.h b/lib/engine/components/call-history/history-book.h
index 4c0b4f7..91b7e33 100644
--- a/lib/engine/components/call-history/history-book.h
+++ b/lib/engine/components/call-history/history-book.h
@@ -58,7 +58,7 @@ namespace History
   public:
 
     /* generic api */
-    
+
     Book (Ekiga::ServiceCore &_core);
 
     ~Book ();
@@ -74,7 +74,7 @@ namespace History
     const std::string get_status () const;
 
     const std::string get_icon () const
-    { return "computer"; }
+    { return "document-open-recent"; }
 
     /* more specific api */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]