Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 6, 2023
1 parent 182e5da commit b607e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Widgets/Dialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class He.Dialog : He.Window {
*
* @since 1.0
*/
public void add_child (Gtk.Widget widget) {
public void add (Gtk.Widget widget) {
child_box.append (widget);
child_box.visible = true;
}
Expand Down

0 comments on commit b607e0f

Please sign in to comment.