ui/common/context.c

changeset 94
d51e334c1439
parent 90
2019fdbaadfd
child 108
fcf6d5fac8f5
--- a/ui/common/context.c	Thu Aug 20 17:14:27 2015 +0200
+++ b/ui/common/context.c	Sat Oct 10 15:29:31 2015 +0200
@@ -49,6 +49,8 @@
     ctx->set_document = uic_context_set_document;
     ctx->detach_document = uic_context_detach_document;
     
+    ctx->title = NULL;
+    
 #ifdef UI_GTK
     if(toplevel->widget) {
         ctx->accel_group = gtk_accel_group_new();

mercurial