Skip to content

Commit 79a891d

Browse files
committed
qtplasmac: fix updater typo, document update_log.txt
1 parent 167bcd1 commit 79a891d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/plasma/qtplasmac.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ After running a new configuration for the first time the following files will be
605605
|===
606606
|Filename |Function
607607
|<machine_name>_material.cfg |File for storing the material settings from the MATERIAL section of the <<plasma:parameters-tab,PARAMETERS Tab>>.
608+
|update_log.txt |File for storing log of major updates. +
609+
Major updates are those that make any modification to a user's configuration.
608610
|qtvcp.prefs |File containing the QtVCP preferences.
609611
|qtplasmac.qss |File storing the stylesheet for the currently loaded session of QtPlasmaC.
610612
|===

lib/python/qtvcp/lib/qtplasmac/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def move_options_to_prefs_file_iniwrite(inifile):
174174
os.remove(tmpFile)
175175
except Exception as e:
176176
return(False, True, e)
177-
return(True, False, 'Updated to V1.227.219')
177+
return(True, False, 'Updated to V2.9-227.219')
178178

179179
def get_offsets(data, oType):
180180
x = y = d = 0

0 commit comments

Comments
 (0)