Skip to content

Commit 4d84478

Browse files
committed
add_webapp: Reset description
Small little correction to the previous commit.
1 parent fc9bee9 commit 4d84478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/lib/webapp-manager/webapp-manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ def on_ok_button(self, widget):
333333

334334
def on_add_button(self, widget):
335335
self.name_entry.set_text("")
336+
self.desc_entry.set_text("")
336337
self.url_entry.set_text("")
337338
self.customparameters_entry.set_text("")
338339
self.icon_chooser.set_icon("webapp-manager")

0 commit comments

Comments
 (0)