Skip to content

Commit

Permalink
Merge pull request #140 from torikulhabib/master
Browse files Browse the repository at this point in the history
Last
  • Loading branch information
torikulhabib authored Jun 29, 2022
2 parents 8eff364 + 9143c5b commit 3a748c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 5 additions & 0 deletions data/com.github.gabutakut.gabutdm.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<binary>com.github.gabutakut.gabutdm</binary>
</provides>
​ <releases>
<release version="1.7.5" date="2022-6-29">
<description>
<p>Last Update For Gtk3</p>
</description>
</release>
<release version="1.7.4" date="2022-2-16">
<description>
<p>Modebutton to Radiobutton</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project ('com.github.gabutakut.gabutdm','vala', 'c', version: '1.7.9')
project ('com.github.gabutakut.gabutdm','vala', 'c', version: '1.7.5')

i18n = import ('i18n')

Expand Down
8 changes: 0 additions & 8 deletions src/GabutWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ namespace Gabut {
switch (((DownloadRow) row).status) {
case StatusMode.PAUSED:
case StatusMode.COMPLETE:
next_download ();
remove_dbus.begin (((DownloadRow) row).rowbus);
break;
case StatusMode.ERROR:
next_download ();
remove_dbus.begin (((DownloadRow) row).rowbus);
Expand Down Expand Up @@ -434,9 +431,6 @@ namespace Gabut {
switch (((DownloadRow) row).status) {
case StatusMode.PAUSED:
case StatusMode.COMPLETE:
next_download ();
remove_dbus.begin (((DownloadRow) row).rowbus);
break;
case StatusMode.ERROR:
next_download ();
remove_dbus.begin (((DownloadRow) row).rowbus);
Expand Down Expand Up @@ -567,8 +561,6 @@ namespace Gabut {
);
empty_alert.show_all ();
list_box.set_placeholder (empty_alert);
} else {
list_box.set_placeholder (null);
}
return;
}
Expand Down

0 comments on commit 3a748c1

Please sign in to comment.