summaryrefslogtreecommitdiff
path: root/sendto/plugins/gajim
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:38:15 +0200
committerraveit65 <[email protected]>2021-12-11 15:50:08 +0100
commitaa40c23a25687eb1914c7c36a7269f62de1c4040 (patch)
tree8e4b6b8311e99534ebc05b9e85ec7ceda9ba61be /sendto/plugins/gajim
parent5531df05481859b8efd9c952795759ef2c0dcad9 (diff)
downloadcaja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.bz2
caja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.xz
Use a blank line at most
Diffstat (limited to 'sendto/plugins/gajim')
-rw-r--r--sendto/plugins/gajim/gajim.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sendto/plugins/gajim/gajim.c b/sendto/plugins/gajim/gajim.c
index 303f4ab..d80c50a 100644
--- a/sendto/plugins/gajim/gajim.c
+++ b/sendto/plugins/gajim/gajim.c
@@ -270,7 +270,6 @@ init (NstPlugin *plugin)
return TRUE;
}
-
static void
_set_pixbuf_from_status (const gchar *show, GdkPixbuf **pixbuf)
{
@@ -368,7 +367,6 @@ get_contacts_widget (NstPlugin *plugin)
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (completion), renderer,
"pixbuf", 0, NULL);
-
store = gtk_list_store_new (2, GDK_TYPE_PIXBUF, G_TYPE_STRING);
if(!add_gajim_contacts_to_model (store)) {
gtk_widget_set_sensitive(entry, FALSE);