[Xfce4-commits] <midori:master> Don't initialize app name property
Christian Dywan
noreply at xfce.org
Wed Nov 16 02:10:01 CET 2011
Updating branch refs/heads/master
to acc556e384d2b4904dce7e26c2d47e6649fa34ef (commit)
from e8472c838180c40f4b66a19fefbb5ada6a76ecac (commit)
commit acc556e384d2b4904dce7e26c2d47e6649fa34ef
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Nov 16 00:43:40 2011 +0100
Don't initialize app name property
Otherwise lazy name generation is not triggered.
midori/midori-app.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-app.c b/midori/midori-app.c
index c280d6a..aa17180 100644
--- a/midori/midori-app.c
+++ b/midori/midori-app.c
@@ -321,7 +321,7 @@ midori_app_class_init (MidoriAppClass* class)
"name",
"Name",
"The name of the instance",
- "midori",
+ NULL,
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
More information about the Xfce4-commits
mailing list