[gnote] * Applet was trying to use an icon named "tomboy" (Closes #581226) (Robert Millan)



commit ce029613ede45c06f247506892f48fe5f3449dfc
Author: Robert Millan <rmh aybabtu com>
Date:   Sun May 3 22:44:40 2009 -0400

    * Applet was trying to use an icon named "tomboy" (Closes #581226) (Robert Millan)
    
    Signed-off-by: Hubert Figuiere <hub figuiere net>
---
 NEWS           |    5 +++++
 src/applet.cpp |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 2624a40..7ec31ca 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,16 @@ Fixes:
   * Don't crash when deleting a note (Closes #579839)
   * Plugged various memory leaks.
   * Cleared up a few Gtkmm warnings.
+  * Applet was trying to use an icon named "tomboy" (Closes #581226) 
+    (Robert Millan)
 
 Translations:
 
   * Updated translations:
     - Arabic (ar)
+    - Catalan (ca)
+    - French (fr)
+    - Spanish (es)
   * Fix format causing crashes. (Closes #580868)
 
 0.3.0 - 2009/04/29
diff --git a/src/applet.cpp b/src/applet.cpp
index 8f14505..1015fef 100644
--- a/src/applet.cpp
+++ b/src/applet.cpp
@@ -290,7 +290,7 @@ void GnotePanelAppletEventBox::init_pixbuf()
   else if (icon_size <= 47)
     icon_size = 32;
 
-  Glib::RefPtr<Gdk::Pixbuf> new_icon = utils::get_icon("tomboy", icon_size);
+  Glib::RefPtr<Gdk::Pixbuf> new_icon = utils::get_icon("gnote", icon_size);
   m_image.property_pixbuf() = new_icon;
 }
 



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