aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-sidebar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-23 09:06:45 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-23 09:26:54 +0800
commit5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9 (patch)
tree9cc98eedb4934fd6e380596caf6caaf95d13cb9f /shell/e-shell-sidebar.c
parent785c9829b8312649e28ec412696a9e3a8732ef19 (diff)
downloadgsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar
gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.gz
gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.bz2
gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.lz
gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.xz
gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.zst
gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.zip
Developer documentation improvements.
Diffstat (limited to 'shell/e-shell-sidebar.c')
-rw-r--r--shell/e-shell-sidebar.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c
index 4fb01e358d..517999bad5 100644
--- a/shell/e-shell-sidebar.c
+++ b/shell/e-shell-sidebar.c
@@ -317,13 +317,13 @@ shell_sidebar_class_init (EShellSidebarClass *class)
* EShellSidebar:icon-name
*
* The named icon is displayed at the top of the sidebar.
- */
+ **/
g_object_class_install_property (
object_class,
PROP_ICON_NAME,
g_param_spec_string (
"icon-name",
- NULL,
+ "Icon Name",
NULL,
NULL,
G_PARAM_READWRITE));
@@ -338,7 +338,7 @@ shell_sidebar_class_init (EShellSidebarClass *class)
PROP_PRIMARY_TEXT,
g_param_spec_string (
"primary-text",
- NULL,
+ "Primary Text",
NULL,
NULL,
G_PARAM_READWRITE));
@@ -354,7 +354,7 @@ shell_sidebar_class_init (EShellSidebarClass *class)
PROP_SECONDARY_TEXT,
g_param_spec_string (
"secondary-text",
- NULL,
+ "Secondary Text",
NULL,
NULL,
G_PARAM_READWRITE));
@@ -369,7 +369,7 @@ shell_sidebar_class_init (EShellSidebarClass *class)
PROP_SHELL_VIEW,
g_param_spec_object (
"shell-view",
- NULL,
+ "Shell View",
NULL,
E_TYPE_SHELL_VIEW,
G_PARAM_READWRITE |