Skip to content

Commit

Permalink
Merge pull request #175 from torikulhabib/master
Browse files Browse the repository at this point in the history
Remove unused
  • Loading branch information
torikulhabib committed Aug 12, 2022
2 parents f8fa680 + 8aee1fd commit e2ae70c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Binary file added Screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Screenshot4.png
Binary file not shown.
5 changes: 1 addition & 4 deletions data/com.github.gabutakut.gabutdm.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<binary>com.github.gabutakut.gabutdm</binary>
</provides>
​ <releases>
<release version="1.9.0" date="2022-8-12">
<release version="1.9.1" date="2022-8-12">
<description>
<p>Servers and Peers</p>
<p>Menu Move to trash</p>
Expand Down Expand Up @@ -136,9 +136,6 @@
<screenshot>
<image>https://raw.githubusercontent.com/gabutakut/gabutdm/master/Screenshot3.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/gabutakut/gabutdm/master/Screenshot4.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand Down
2 changes: 1 addition & 1 deletion src/Downloader.vala
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ namespace Gabut {
var revcon = new Gtk.Revealer () {
hexpand = true,
valign = Gtk.Align.FILL,
transition_type = Gtk.RevealerTransitionType.SWING_UP,
transition_type = Gtk.RevealerTransitionType.SWING_DOWN,
child = connpeers
};
server_button.clicked.connect (()=> {
Expand Down

0 comments on commit e2ae70c

Please sign in to comment.