Skip to content

Commit

Permalink
Update Toast.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 13, 2023
1 parent 5df9ffa commit 8ccafd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Widgets/Toast.vala
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public class Granite.Toast : Gtk.Widget {
* @since 7.4.0
*/
[Version (since = "7.4.0")]
public void withdraw_notification () {
public void withdraw () {
stop_timeout ();
revealer.reveal_child = false;
}
Expand Down

0 comments on commit 8ccafd8

Please sign in to comment.