[gnome-calendar] Fixed icon and typo.



commit 0715f921552cd2b3dfe9e5e5323a457139af08e0
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Sun Aug 19 03:06:05 2012 -0400

    Fixed icon and typo.
    
    Using now x-office-calendar-symbolic icon now.

 src/gcal-toolbar.c |    2 +-
 src/gcal-toolbar.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcal-toolbar.c b/src/gcal-toolbar.c
index 71a503c..ab8af29 100644
--- a/src/gcal-toolbar.c
+++ b/src/gcal-toolbar.c
@@ -275,7 +275,7 @@ gcal_toolbar_set_overview_mode (GcalToolbar *toolbar)
       g_object_ref_sink (priv->sources_button);
       gtk_container_add (
           GTK_CONTAINER (priv->sources_button),
-          gtk_image_new_from_icon_name ("view-list-symbolic",
+          gtk_image_new_from_icon_name ("x-office-calendar-symbolic",
                                         GTK_ICON_SIZE_MENU));
 
       context = gtk_widget_get_style_context (priv->sources_button);
diff --git a/src/gcal-toolbar.h b/src/gcal-toolbar.h
index aafe0a3..a8bdd94 100644
--- a/src/gcal-toolbar.h
+++ b/src/gcal-toolbar.h
@@ -48,7 +48,7 @@ struct _GcalToolbarClass
 
   void (*back)          (GcalToolbar *toolbar);
   void (*edit_event)    (GcalToolbar *toolbar);
-  void (*done_edit)    (GcalToolbar *toolbar);
+  void (*done_edit)     (GcalToolbar *toolbar);
 };
 
 struct _GcalToolbar



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