diff options
| author | 2011-01-06 03:52:09 +0000 | |
|---|---|---|
| committer | 2011-01-06 03:52:09 +0000 | |
| commit | 2dd83d7b75fa4728b307b211550a60dc17be2dd0 (patch) | |
| tree | 69208f071500c450009b2985fc3b784c0dd77cae /src/modules/popupeditor/libkvipopupeditor.cpp | |
| parent | fixed notifier selection (diff) | |
| download | KVIrc-2dd83d7b75fa4728b307b211550a60dc17be2dd0.tar.gz KVIrc-2dd83d7b75fa4728b307b211550a60dc17be2dd0.tar.bz2 KVIrc-2dd83d7b75fa4728b307b211550a60dc17be2dd0.zip | |
renamed a global pointer;
more work on KDE notifier;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor/libkvipopupeditor.cpp')
| -rw-r--r-- | src/modules/popupeditor/libkvipopupeditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/popupeditor/libkvipopupeditor.cpp b/src/modules/popupeditor/libkvipopupeditor.cpp index 6db24dc08..e405e44e3 100644 --- a/src/modules/popupeditor/libkvipopupeditor.cpp +++ b/src/modules/popupeditor/libkvipopupeditor.cpp @@ -72,8 +72,8 @@ static bool popupeditor_module_can_unload(KviModule *) static bool popupeditor_module_cleanup(KviModule *) { - if(g_pPopupEditorWindow && g_pFrame) - g_pFrame->closeWindow(g_pPopupEditorWindow); + if(g_pPopupEditorWindow && g_pMainWindow) + g_pMainWindow->closeWindow(g_pPopupEditorWindow); g_pPopupEditorWindow = 0; return true; } |
