Skip to content

Commit 28fb7a4

Browse files
committed
Add missing ui files to meson.build
ui/filebutton.py and ui/pathlabel.py were missing from meld.ui causing meld to fail to launch.
1 parent 6e00779 commit 28fb7a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

meld/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ folders = {
4949
'ui/bufferselectors.py',
5050
'ui/cellrenderers.py',
5151
'ui/emblemcellrenderer.py',
52+
'ui/filebutton.py',
5253
'ui/findbar.py',
5354
'ui/gladesupport.py',
5455
'ui/gtkcompat.py',
@@ -57,6 +58,7 @@ folders = {
5758
'ui/msgarea.py',
5859
'ui/notebook.py',
5960
'ui/notebooklabel.py',
61+
'ui/pathlabel.py',
6062
'ui/recentselector.py',
6163
'ui/statusbar.py',
6264
'ui/util.py',

0 commit comments

Comments
 (0)