diff options
Diffstat (limited to 'shell/e-history.c')
-rw-r--r-- | shell/e-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-history.c b/shell/e-history.c index d73e9ea54c..c8288f3eaf 100644 --- a/shell/e-history.c +++ b/shell/e-history.c @@ -63,7 +63,7 @@ static void e_history_class_init (EHistoryClass *klass) { GObjectClass *object_class; - + object_class = G_OBJECT_CLASS (klass); object_class->finalize = impl_finalize; } |