aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/memos-control.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-02 07:09:19 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-02 07:09:19 +0800
commit8771a6de3590d468d1a2c3cfab34955c624f614a (patch)
treedc23ed6ab0533bc9f241976f33b6c6cc2d7ee117 /calendar/gui/memos-control.c
parent69a1e923a71ee881721e21b991de08b897f9e7b0 (diff)
downloadgsoc2013-evolution-8771a6de3590d468d1a2c3cfab34955c624f614a.tar
gsoc2013-evolution-8771a6de3590d468d1a2c3cfab34955c624f614a.tar.gz
gsoc2013-evolution-8771a6de3590d468d1a2c3cfab34955c624f614a.tar.bz2
gsoc2013-evolution-8771a6de3590d468d1a2c3cfab34955c624f614a.tar.lz
gsoc2013-evolution-8771a6de3590d468d1a2c3cfab34955c624f614a.tar.xz
gsoc2013-evolution-8771a6de3590d468d1a2c3cfab34955c624f614a.tar.zst
gsoc2013-evolution-8771a6de3590d468d1a2c3cfab34955c624f614a.zip
More code cleanup.
Diffstat (limited to 'calendar/gui/memos-control.c')
-rw-r--r--calendar/gui/memos-control.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/calendar/gui/memos-control.c b/calendar/gui/memos-control.c
index a12d9e2935..46719a55fe 100644
--- a/calendar/gui/memos-control.c
+++ b/calendar/gui/memos-control.c
@@ -53,10 +53,10 @@ static void memos_control_activate_cb (BonoboControl *control,
gpointer user_data);
static void memos_control_open_memo_cmd (BonoboUIComponent *uic,
gpointer data,
- const char *path);
+ const gchar *path);
static void memos_control_new_memo_cmd (BonoboUIComponent *uic,
gpointer data,
- const char *path);
+ const gchar *path);
static void memos_control_cut_cmd (BonoboUIComponent *uic,
gpointer data,
const gchar *path);
@@ -68,13 +68,13 @@ static void memos_control_paste_cmd (BonoboUIComponent *uic,
const gchar *path);
static void memos_control_delete_cmd (BonoboUIComponent *uic,
gpointer data,
- const char *path);
+ const gchar *path);
static void memos_control_print_cmd (BonoboUIComponent *uic,
gpointer data,
- const char *path);
+ const gchar *path);
static void memos_control_print_preview_cmd (BonoboUIComponent *uic,
gpointer data,
- const char *path);
+ const gchar *path);
struct focus_changed_data {
BonoboControl *control;
@@ -296,7 +296,7 @@ memos_control_deactivate (BonoboControl *control, EMemos *memos)
static void memos_control_open_memo_cmd (BonoboUIComponent *uic,
gpointer data,
- const char *path)
+ const gchar *path)
{
EMemos *memos;
@@ -307,7 +307,7 @@ static void memos_control_open_memo_cmd (BonoboUIComponent *uic,
static void
memos_control_new_memo_cmd (BonoboUIComponent *uic,
gpointer data,
- const char *path)
+ const gchar *path)
{
EMemos *memos;
@@ -365,7 +365,7 @@ memos_control_paste_cmd (BonoboUIComponent *uic,
static void
memos_control_delete_cmd (BonoboUIComponent *uic,
gpointer data,
- const char *path)
+ const gchar *path)
{
EMemos *memos;