[Kst] kdeextragear-2/kst

George Staikos staikos at kde.org
Wed Jul 7 20:12:07 CEST 2004


CVS commit by staikos: 

if ::inst is null, we have much bigger problems on our hands (for instance,
"this" is null)


  M +0 -1      devel-docs/RELEASE_PLAN-0.98   1.11
  M +2 -2      kst/kst.cpp   1.174


--- kdeextragear-2/kst/devel-docs/RELEASE_PLAN-0.98  #1.10:1.11
@@ -10,5 +10,4 @@
 - setMustUseLines is very confusing - having the checkbox disabled and then
   having only a "Type: "[Combobox] field is not clear
-- groupboxes within groupboxes are a styleguide violation
 - dialogs auto-updating make it impossible to edit
 - edit vector dialog - changing name reportedly causes crash

--- kdeextragear-2/kst/kst/kst.cpp  #1.173:1.174
@@ -1276,5 +1276,5 @@ void KstApp::samplesDown() {
 
 void KstApp::updateDialogs() {
-  if (!stopping && ::inst) {
+  if (!stopping) {
     KstVectorDialogI::globalInstance()->update();
     KstPluginDialogI::globalInstance()->updateForm();
@@ -1308,5 +1308,5 @@ void KstApp::updateDialogs() {
 
 void KstApp::updateDialogsForWindow() {
-  if (!stopping && ::inst) {
+  if (!stopping) {
     KstEqDialogI::globalInstance()->updateWindow();
     KstHsDialogI::globalInstance()->updateWindow();





More information about the Kst mailing list