diff options
author | Dominique Leuenberger <dimstar@opensuse.org> | 2012-11-07 01:33:37 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-11-07 01:33:37 +0800 |
commit | cd27672f61855eb5f5a522bbc3971caabe169d42 (patch) | |
tree | 3c21679ffa115e1050c856ee0be15f72c5e68fc8 /e-util | |
parent | 3e52c7380bbcfbee3ff6e1bbc25cb5fda66db4f4 (diff) | |
download | gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.gz gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.zst gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.zip |
Bug #656143 - Stop using deprecated Gtk[HV]Box(Class)
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-config.c | 2 | ||||
-rw-r--r-- | e-util/e-config.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c index 2baadca6f0..7a5aff07e1 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -1443,7 +1443,7 @@ e_config_page_check (EConfig *config, * Retrieve the page widget corresponding to @pageid. * * Return value: The page widget. It will be the root GtkNotebook - * container or the GtkVBox object inside the assistant. + * container or the GtkBox object inside the assistant. **/ GtkWidget * e_config_page_get (EConfig *ec, diff --git a/e-util/e-config.h b/e-util/e-config.h index 6f009b7f77..2922a25ddb 100644 --- a/e-util/e-config.h +++ b/e-util/e-config.h @@ -122,9 +122,9 @@ enum _e_config_target_change_t { * @E_CONFIG_SECTION: A section in the configuration page. A page for * this section must have already been defined. The item @label if * supplied will be setup as a borderless hig-compliant frame title. - * The content of the section will be a GtkVBox. If a factory is used + * The content of the section will be a GtkBox. If a factory is used * then it is up to the factory method to create the section and add - * it to the parent page, and return a GtkVBox for following sections. + * it to the parent page, and return a GtkBox for following sections. * @E_CONFIG_SECTION_TABLE: A table section. The same as an * @E_CONFIG_SECTION but the content object is a GtkTable instead. * @E_CONFIG_ITEM: A configuration item. It must have a parent |