aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-menus.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-06-01 07:12:02 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-06-01 07:12:02 +0800
commit8e3439ab3eea986e1d2e075dceae3aa2b9a439f1 (patch)
tree67d0c31d8b07e73a7f8451dd9cdcc4f45ad6340d /widgets/menus/gal-view-menus.h
parentbe88a44705a7decc5cf3fb87704f1d6608fea857 (diff)
downloadgsoc2013-evolution-8e3439ab3eea986e1d2e075dceae3aa2b9a439f1.tar
gsoc2013-evolution-8e3439ab3eea986e1d2e075dceae3aa2b9a439f1.tar.gz
gsoc2013-evolution-8e3439ab3eea986e1d2e075dceae3aa2b9a439f1.tar.bz2
gsoc2013-evolution-8e3439ab3eea986e1d2e075dceae3aa2b9a439f1.tar.lz
gsoc2013-evolution-8e3439ab3eea986e1d2e075dceae3aa2b9a439f1.tar.xz
gsoc2013-evolution-8e3439ab3eea986e1d2e075dceae3aa2b9a439f1.tar.zst
gsoc2013-evolution-8e3439ab3eea986e1d2e075dceae3aa2b9a439f1.zip
Store the connection ID of the "changed" signal in the collection.
2001-05-31 Federico Mena Quintero <federico@ximian.com> * menus/gal-view-menus.c (gal_view_menus_construct): Store the connection ID of the "changed" signal in the collection. (gal_view_menus_new): Added preconditions. (gal_view_menus_construct): Added preconditions. svn path=/trunk/; revision=10075
Diffstat (limited to 'widgets/menus/gal-view-menus.h')
-rw-r--r--widgets/menus/gal-view-menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/menus/gal-view-menus.h b/widgets/menus/gal-view-menus.h
index 21b302771c..bc62d82f54 100644
--- a/widgets/menus/gal-view-menus.h
+++ b/widgets/menus/gal-view-menus.h
@@ -31,6 +31,6 @@ GalViewMenus *gal_view_menus_construct (GalViewMenus *menus,
void gal_view_menus_apply (GalViewMenus *menus,
BonoboUIComponent *component,
- CORBA_Environment *ev);
+ CORBA_Environment *ev);
#endif /* _GAL_VIEW_MENUS_H_ */