aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/module/e-task-shell-content.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/module/e-task-shell-content.c')
-rw-r--r--calendar/module/e-task-shell-content.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/module/e-task-shell-content.c b/calendar/module/e-task-shell-content.c
index 280bc7cf18..0177c6c3c3 100644
--- a/calendar/module/e-task-shell-content.c
+++ b/calendar/module/e-task-shell-content.c
@@ -12,7 +12,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
@@ -70,8 +70,8 @@ enum {
};
static GtkTargetEntry drag_types[] = {
- { "text/calendar", 0, TARGET_VCALENDAR },
- { "text/x-calendar", 0, TARGET_VCALENDAR }
+ { (gchar *) "text/calendar", 0, TARGET_VCALENDAR },
+ { (gchar *) "text/x-calendar", 0, TARGET_VCALENDAR }
};
static gpointer parent_class;