aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2006-09-18 21:04:34 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-09-18 21:04:34 +0800
commit9f6f57d5fc1edf96cee6caa67d13d4ac3d55e53d (patch)
tree3ac91137c889d248eccc4376fe76156c2554301f /calendar/gui/e-meeting-time-sel.c
parent0f85cd722a41a2008f95ebc49aa5478530cc1c43 (diff)
downloadgsoc2013-evolution-9f6f57d5fc1edf96cee6caa67d13d4ac3d55e53d.tar
gsoc2013-evolution-9f6f57d5fc1edf96cee6caa67d13d4ac3d55e53d.tar.gz
gsoc2013-evolution-9f6f57d5fc1edf96cee6caa67d13d4ac3d55e53d.tar.bz2
gsoc2013-evolution-9f6f57d5fc1edf96cee6caa67d13d4ac3d55e53d.tar.lz
gsoc2013-evolution-9f6f57d5fc1edf96cee6caa67d13d4ac3d55e53d.tar.xz
gsoc2013-evolution-9f6f57d5fc1edf96cee6caa67d13d4ac3d55e53d.tar.zst
gsoc2013-evolution-9f6f57d5fc1edf96cee6caa67d13d4ac3d55e53d.zip
** Fixes bug #352450
2006-09-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #352450 * gui/calendar-commands.c: * gui/e-day-view-main-item.c: * gui/e-day-view-top-item.c: * gui/e-meeting-list-view.c: * gui/e-meeting-time-sel-item.c: * gui/e-meeting-time-sel.c: * gui/e-week-view-event-item.c: Replace deprecated GLib and GDK function calls. svn path=/trunk/; revision=32781
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r--calendar/gui/e-meeting-time-sel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c
index 6b683e25db..36354c74a6 100644
--- a/calendar/gui/e-meeting-time-sel.c
+++ b/calendar/gui/e-meeting-time-sel.c
@@ -822,7 +822,7 @@ e_meeting_time_selector_destroy (GtkObject *object)
e_meeting_time_selector_remove_timeout (mts);
if (mts->stipple) {
- gdk_bitmap_unref (mts->stipple);
+ g_object_unref (mts->stipple);
mts->stipple = NULL;
}