diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-07-28 03:53:35 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-07-28 03:53:35 +0800 |
commit | 2cd65ea07f54971a789b0058ace767a77170f3a5 (patch) | |
tree | f7d228067e9a4b50614ae4a24469b54ad4d9ab8a /calendar/gui/gnome-cal.h | |
parent | 55dc4bd9020002d8abc210957120802fc5757fcf (diff) | |
download | gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.gz gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.bz2 gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.lz gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.xz gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.zst gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.zip |
Constify and set the query sexp on the task pad's model as well.
2001-07-27 Federico Mena Quintero <federico@ximian.com>
* gui/gnome-cal.c (gnome_calendar_set_query): Constify and set the
query sexp on the task pad's model as well.
svn path=/trunk/; revision=11457
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 4b0dca84e3..492d6bcfd1 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -78,7 +78,7 @@ CalClient *gnome_calendar_get_task_pad_cal_client(GnomeCalendar *gcal); gboolean gnome_calendar_open (GnomeCalendar *gcal, const char *str_uri); -void gnome_calendar_set_query (GnomeCalendar *gcal, char *sexp); +void gnome_calendar_set_query (GnomeCalendar *gcal, const char *sexp); void gnome_calendar_next (GnomeCalendar *gcal); void gnome_calendar_previous (GnomeCalendar *gcal); |