ALT Linux Bugzilla
– Attachment 16169 Details for
Bug 49026
[3.6] join armatik@
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
patch-файл notejot
notejot-v3.5.1-alt-vala-equality-operation-fix.patch (text/plain), 965 bytes, created by
Cемен Фомченков
on 2024-05-21 21:43:49 MSK
(
hide
)
Description:
patch-файл notejot
Filename:
MIME Type:
Creator:
Cемен Фомченков
Created:
2024-05-21 21:43:49 MSK
Size:
965 bytes
patch
obsolete
>--- notejot/src/Views/NoteContentView.vala 2024-05-20 13:15:43.009048836 +0300 >+++ notejot/src/Views/NoteContentView.vala 2024-05-20 14:43:35.528186066 +0300 >@@ -247,7 +247,7 @@ > if (((Adw.Leaflet)MiscUtils.find_ancestor_of_type<Adw.Leaflet>(this)).folded) { > back2_button.visible = false; > } else { >- back2_button.visible = ((MainWindow)MiscUtils.find_ancestor_of_type<MainWindow>(this)).sgrid.get_visible_child_name () == "notegrid" != false ? true : false; >+ back2_button.visible = ((MainWindow)MiscUtils.find_ancestor_of_type<MainWindow>(this)).sgrid.get_visible_child_name() == "notegrid"; > } > back2_button.clicked.connect (() => { > ((Adw.Leaflet)MiscUtils.find_ancestor_of_type<Adw.Leaflet>(this)).set_visible_child (((MainWindow)MiscUtils.find_ancestor_of_type<MainWindow>(this)).sgrid); >@@ -699,3 +699,4 @@ > return ""; > } > } >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49026
:
15346
|
15347
|
16167
|
16168
| 16169 |
16170
|
16193