Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d0ad8460
Kaydet (Commit)
d0ad8460
authored
Eyl 02, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: rename DESKTOP_KDE to DESKTOP_KDE3
Change-Id: Ie9d4d339f0fe3248a7fd7f790adcb89e660d34ec
üst
b14680fb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
desktops.hxx
vcl/inc/unx/desktops.hxx
+1
-1
desktopdetector.cxx
vcl/unx/generic/desktopdetect/desktopdetector.cxx
+2
-2
salplug.cxx
vcl/unx/generic/plugadapt/salplug.cxx
+1
-1
No files found.
vcl/inc/unx/desktops.hxx
Dosyayı görüntüle @
d0ad8460
...
...
@@ -32,7 +32,7 @@ enum SAL_DLLPUBLIC_RTTI DesktopType {
DESKTOP_XFCE
,
DESKTOP_MATE
,
DESKTOP_TDE
,
DESKTOP_KDE
,
DESKTOP_KDE
3
,
DESKTOP_KDE4
,
DESKTOP_KDE5
};
// keep in sync with desktop_strings[] in salplug.cxx
...
...
vcl/unx/generic/desktopdetect/desktopdetector.cxx
Dosyayı görüntüle @
d0ad8460
...
...
@@ -316,7 +316,7 @@ DESKTOP_DETECTOR_PUBLIC DesktopType get_desktop_environment()
if
(
aOver
.
equalsIgnoreAsciiCase
(
"mate"
)
)
return
DESKTOP_MATE
;
if
(
aOver
.
equalsIgnoreAsciiCase
(
"kde"
)
)
return
DESKTOP_KDE
;
return
DESKTOP_KDE
3
;
if
(
aOver
.
equalsIgnoreAsciiCase
(
"none"
)
)
return
DESKTOP_UNKNOWN
;
}
...
...
@@ -401,7 +401,7 @@ DESKTOP_DETECTOR_PUBLIC DesktopType get_desktop_environment()
else
if
(
is_gnome_desktop
(
pDisplay
)
)
ret
=
DESKTOP_GNOME
;
else
if
(
is_kde_desktop
(
pDisplay
)
)
ret
=
DESKTOP_KDE
;
ret
=
DESKTOP_KDE
3
;
else
if
(
is_tde_desktop
(
pDisplay
)
)
ret
=
DESKTOP_TDE
;
else
...
...
vcl/unx/generic/plugadapt/salplug.cxx
Dosyayı görüntüle @
d0ad8460
...
...
@@ -212,7 +212,7 @@ static SalInstance* autodetect_plugin()
pList
=
pStandardFallbackList
;
else
if
(
desktop
==
DESKTOP_TDE
)
pList
=
pTDEFallbackList
;
else
if
(
desktop
==
DESKTOP_KDE
)
else
if
(
desktop
==
DESKTOP_KDE
3
)
{
pList
=
pKDEFallbackList
;
nListEntry
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment