aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/meeting-time-sel
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-06-21 11:46:14 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-06-21 11:46:14 +0800
commit259ccb8fe525a279b9c0ed74fdad16b332888e4a (patch)
treef4d6c7aaa09204c51d172e830ec49f4c40ab0ab2 /widgets/meeting-time-sel
parent26f8433aa06f52cefb43fa6d69a4101d6563ef8b (diff)
downloadgsoc2013-evolution-259ccb8fe525a279b9c0ed74fdad16b332888e4a.tar.gz
gsoc2013-evolution-259ccb8fe525a279b9c0ed74fdad16b332888e4a.tar.zst
gsoc2013-evolution-259ccb8fe525a279b9c0ed74fdad16b332888e4a.zip
fixed a few warnings.
2000-06-20 Damon Chaplin <damon@helixcode.com> * widgets/meeting-time-sel/e-meeting-time-sel-item.c: * widgets/meeting-time-sel/e-meeting-time-sel.c: fixed a few warnings. svn path=/trunk/; revision=3664
Diffstat (limited to 'widgets/meeting-time-sel')
-rw-r--r--widgets/meeting-time-sel/e-meeting-time-sel-list-item.c1
-rw-r--r--widgets/meeting-time-sel/e-meeting-time-sel.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/widgets/meeting-time-sel/e-meeting-time-sel-list-item.c b/widgets/meeting-time-sel/e-meeting-time-sel-list-item.c
index f9a05a29a7..0c6d5427d5 100644
--- a/widgets/meeting-time-sel/e-meeting-time-sel-list-item.c
+++ b/widgets/meeting-time-sel/e-meeting-time-sel-list-item.c
@@ -349,7 +349,6 @@ e_meeting_time_selector_list_item_button_press (EMeetingTimeSelectorListItem *mt
EMeetingTimeSelectorAttendee *attendee;
gint row;
gboolean return_val;
- GtkAdjustment *adjustment;
mts = mtsl_item->mts;
row = event->button.y / mts->row_height;
diff --git a/widgets/meeting-time-sel/e-meeting-time-sel.c b/widgets/meeting-time-sel/e-meeting-time-sel.c
index 0b6fd5c294..99c9430775 100644
--- a/widgets/meeting-time-sel/e-meeting-time-sel.c
+++ b/widgets/meeting-time-sel/e-meeting-time-sel.c
@@ -2216,7 +2216,7 @@ e_meeting_time_selector_find_first_busy_period (EMeetingTimeSelector *mts,
GDate *date)
{
EMeetingTimeSelectorPeriod *period;
- gint lower, upper, middle, cmp = 0;
+ gint lower, upper, middle = 0, cmp = 0;
GDate tmp_date;
/* Make sure the busy periods have been sorted. */
I calculator link cablesedwin2003-09-086-0/+81 * Make the tty locking compatible to the FreeBSD convention (10 digitsjoerg2003-09-072-2/+11 * Mark IGNORE for perl < 5.6.xerwin2003-09-051-1/+7 * Remove stdio buffering even when not on a tty or pty: this preventspb2003-09-042-1/+12 * make port more localbase cleanedwin2003-09-041-2/+3 * Resolve a build error that recently became apparent where thisjoerg2003-09-012-6/+1625 * [PATCH] comms/tkhylafax: enable choose of ghostscript interpreteredwin2003-08-311-1/+7 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-272-0/+2 * o Upgrade to 7.2.7.kuriyama2003-08-255-29/+14 * Chase the libintl.so shared lib version.marcus2003-08-252-2/+2 * maintenance update to 2.0.8naddy2003-08-232-2/+2 * o Main modificationnork2003-08-191-1/+2 * fix the "duplicated post-patch" problem.leeym2003-08-171-12/+1 * Updates comms/hylafax 4.1.6 to 4.1.7.leeym2003-08-163-4/+9 * Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-292-2/+2 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-294-1/+11 * Add kallers, A KDE applet that shows caller ID informationarved2003-07-285-0/+47 * Add Device::Modem, a Perl module to talk to AT compliant devices viaanders2003-07-235-0/+49 * Update to 2.1.anders2003-07-236-119/+106 * Unbreak for GCC 3.3 by converting to stdarg.h and eliminatingkan2003-07-182-0/+63 * Fix build with gcc 3.3kris2003-07-181-0/+10 * Bump PORTREVISION due to previous fix.pb2003-07-161-0/+1 * Patch to fix illegal post-free() access (causes crash on -current).pb2003-07-161-0/+22 * get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-2/+3 * o Change library name from libgd to libgd1.nork2003-07-121-1/+1 * The sparc64 package machines need to have /dev/tty[ab] added to thensayer2003-07-111-1/+1 * Update to version 1.5.5.bsd2003-07-102-2/+2 * New port for Device::SerialPortnsayer2003-07-096-0/+48 * Invert the sense of the test for 64-bit architectures, since we onlykris2003-07-051-1/+1 * Update to 4.1.6.osa2003-07-043-12/+18 * Add gmfsk, a GNOME a multi-mode soundcard terminal program for HF amateurmarcus2003-07-018-0/+121 * libtool uber-patchade2003-06-271-1/+1 * Update to 0.6.3.8osa2003-06-232-4/+4 * Correct a bug in my previous commit that caused compilation to failkris2003-06-141-2/+8