aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-05-30 07:48:42 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-05-30 07:48:42 +0800
commit5fe6cec0feabee50cb809d39569ad1d5450036c5 (patch)
tree1b6519075bf8edf8fe477554bc3fbcb02d41a782 /shell/e-shell-view.c
parent2c12caa331ee162755b8f42c3b3c954f20151983 (diff)
downloadgsoc2013-evolution-5fe6cec0feabee50cb809d39569ad1d5450036c5.tar
gsoc2013-evolution-5fe6cec0feabee50cb809d39569ad1d5450036c5.tar.gz
gsoc2013-evolution-5fe6cec0feabee50cb809d39569ad1d5450036c5.tar.bz2
gsoc2013-evolution-5fe6cec0feabee50cb809d39569ad1d5450036c5.tar.lz
gsoc2013-evolution-5fe6cec0feabee50cb809d39569ad1d5450036c5.tar.xz
gsoc2013-evolution-5fe6cec0feabee50cb809d39569ad1d5450036c5.tar.zst
gsoc2013-evolution-5fe6cec0feabee50cb809d39569ad1d5450036c5.zip
Added missing castt. (setup_offline_toggle): Likewise.
2001-05-29 Federico Mena Quintero <federico@ximian.com> * e-shell-view.c (setup_progress_bar): Added missing castt. (setup_offline_toggle): Likewise. svn path=/trunk/; revision=10048
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 8da4b53dc9..aa9abc01b7 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -643,8 +643,8 @@ setup_offline_toggle (EShellView *shell_view)
bonobo_ui_component_object_set (priv->ui_component, "/status/OfflineToggle",
BONOBO_OBJREF (control),
NULL);
- bonobo_object_unref (control);
-
+ bonobo_object_unref (BONOBO_OBJECT (control));
+
priv->offline_toggle = toggle;
priv->offline_toggle_pixmap = pixmap;
@@ -674,7 +674,7 @@ setup_progress_bar (EShellView *shell_view)
bonobo_ui_component_object_set (priv->ui_component, "/status/Progress",
BONOBO_OBJREF (control),
NULL);
- bonobo_object_unref (control);
+ bonobo_object_unref (BONOBO_OBJECT (control));
}
static void