summaryrefslogtreecommitdiff
path: root/pidgin/pidginaddchatdialog.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-08-28 01:17:08 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2022-08-28 01:17:08 -0500
commitbc6201d2784a23cf791c0474c3a24989dced6dc9 (patch)
tree854ba22602bfb886722d14660636d67586508c3a /pidgin/pidginaddchatdialog.c
parentc83128c6287e78a4dc65c3d8441de8c52d6c0bc5 (diff)
downloadpidgin-bc6201d2784a23cf791c0474c3a24989dced6dc9.tar.gz
Remove redundant gtk_widget_show
These widgets were just created, or never hidden. I did leave the show on the video widgets, as I don't know where they eventually originate. Testing Done: Compiled only. Reviewed at https://reviews.imfreedom.org/r/1668/
Diffstat (limited to 'pidgin/pidginaddchatdialog.c')
-rw-r--r--pidgin/pidginaddchatdialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pidgin/pidginaddchatdialog.c b/pidgin/pidginaddchatdialog.c
index 5e0611c94a..4a19ce6e7f 100644
--- a/pidgin/pidginaddchatdialog.c
+++ b/pidgin/pidginaddchatdialog.c
@@ -178,8 +178,6 @@ pidgin_add_chat_dialog_update_components(PidginAddChatDialog *dialog) {
g_hash_table_destroy(defaults);
- gtk_widget_show(dialog->dynamic_box);
-
pidgin_add_chat_dialog_validate(dialog);
}