talkatu/talkatu

Fix a few things found in review

2020-06-29, Gary Kramlich
a831357ccddd
Parents 6e59a2a1971e
Children 697faca1d847
Fix a few things found in review
--- a/talkatu/data/attachmentpreview.ui Thu May 21 02:52:16 2020 -0500
+++ b/talkatu/data/attachmentpreview.ui Mon Jun 29 20:43:52 2020 -0500
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
- <requires lib="gtk+" version="3.20"/>
+ <requires lib="gtk+" version="3.18"/>
<template class="TalkatuAttachmentPreview" parent="GtkInfoBar">
<property name="visible">True</property>
<property name="can_focus">False</property>
--- a/talkatu/talkatuactiongroup.c Thu May 21 02:52:16 2020 -0500
+++ b/talkatu/talkatuactiongroup.c Mon Jun 29 20:43:52 2020 -0500
@@ -421,7 +421,7 @@
g_signal_connect(G_OBJECT(attach_dialog), "response",
G_CALLBACK(talkatu_action_attach_file_attach_response_cb),
- data);
+ data);
gtk_widget_show_all(attach_dialog);
}
}