Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Fix compilation issues experienced by Houston.
Browse files Browse the repository at this point in the history
  • Loading branch information
alcinnz committed Jun 4, 2018
1 parent 3ab3932 commit 6b1e4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Build-Depends: meson,
libjson-glib-dev (>= 1.1.2),
libsoup2.4-dev (>= 2.52.2),
libsqlite3-dev (>= 3.11.0),
libunity-dev (>= 7.1.4)
libunity-dev (>= 7.1.4),
libappstream-glib-dev (>= 0.5.13)
Standards-Version: 3.9.3

Package: com.github.alcinnz.odysseus
Expand Down
6 changes: 1 addition & 5 deletions src/Widgets/ProgressBin.vala
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,4 @@ public class Odysseus.ProgressBinA11y : Gtk.ContainerAccessible {
pbin.notify["progress"].connect((sender, prop) =>
accessible_value = pbin.progress);
}
} construct {
var pbin = widget as ProgressBin;
pbin.notify["progress"].connect((sender, prop) =>
accessible_value = pbin.progress);
}
}

0 comments on commit 6b1e4d6

Please sign in to comment.