update titleTooltip reference

pull/1/head
Michail Vourlakos 8 years ago
parent be337db8ec
commit bc6903a60d

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Name[el]=Διαχωριστής Name[el]=Διαχωριστικό
Name=Separator Name=Separator
Comment[el]=Για όλες τις εργασίες διαχωρισμού σας Comment[el]=Για όλες τις εργασίες διαχωρισμού σας
Comment=For all your separation tasks Comment=For all your separation tasks

@ -85,7 +85,9 @@ PlasmaComponents.ContextMenu {
openRelative(); openRelative();
windowsPreviewDlg.contextMenu = true; windowsPreviewDlg.contextMenu = true;
windowsPreviewDlg.hide(); windowsPreviewDlg.hide();
titleTooltipDlg.hide(); if (root.latteDock){
root.latteDock.hideTooltipLabel();
}
} }
function newMenuItem(parent) { function newMenuItem(parent) {

Loading…
Cancel
Save