diff options
| author | 2009-03-13 18:05:15 +0000 | |
|---|---|---|
| committer | 2009-03-13 18:05:15 +0000 | |
| commit | 565342941477679275ffca189d42118e6315e32f (patch) | |
| tree | 6d8dadf70cf5f793891bea3de851375d57f8730e /src/modules/editor/libkvieditor.cpp | |
| parent | some alignment fixes in topicwidget (diff) | |
| download | KVIrc-565342941477679275ffca189d42118e6315e32f.tar.gz KVIrc-565342941477679275ffca189d42118e6315e32f.tar.bz2 KVIrc-565342941477679275ffca189d42118e6315e32f.zip | |
Fixed text formatting
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3131 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/libkvieditor.cpp')
| -rw-r--r-- | src/modules/editor/libkvieditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/editor/libkvieditor.cpp b/src/modules/editor/libkvieditor.cpp index a1c83d94e..91556e75f 100644 --- a/src/modules/editor/libkvieditor.cpp +++ b/src/modules/editor/libkvieditor.cpp @@ -60,7 +60,7 @@ static bool editor_module_cleanup(KviModule *) if(w->inherits("KviWindow")) { // debug("%s %s %i",__FILE__,__FUNCTION__,__LINE__); - ((KviWindow *)w)->close(); + //((KviWindow *)w)->close(); // debug("%s %s %i",__FILE__,__FUNCTION__,__LINE__); break; } |
