aboutsummaryrefslogtreecommitdiff
path: root/src/RoomNotificationsWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RoomNotificationsWindow.cpp')
-rw-r--r--src/RoomNotificationsWindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RoomNotificationsWindow.cpp b/src/RoomNotificationsWindow.cpp
index a491840..ba47836 100644
--- a/src/RoomNotificationsWindow.cpp
+++ b/src/RoomNotificationsWindow.cpp
@@ -48,6 +48,7 @@ namespace dchat
dialog.get_content_area()->pack_start(*Gtk::manage(new Gtk::Label(msg)));
dialog.add_button("Yes", Gtk::RESPONSE_YES);
dialog.add_button("No", Gtk::RESPONSE_NO);
+ dialog.show_all();
switch(dialog.run())
{
case Gtk::RESPONSE_YES:
@@ -102,4 +103,4 @@ namespace dchat
row[roomNotifications->userPublicKeyColumn] = userPublicKeyStr;
row[roomNotifications->messageColumn] = request.message;
}
-} \ No newline at end of file
+}