diff options
author | rbuj <[email protected]> | 2021-10-27 17:38:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:50:08 +0100 |
commit | aa40c23a25687eb1914c7c36a7269f62de1c4040 (patch) | |
tree | 8e4b6b8311e99534ebc05b9e85ec7ceda9ba61be /sendto | |
parent | 5531df05481859b8efd9c952795759ef2c0dcad9 (diff) | |
download | caja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.bz2 caja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.xz |
Use a blank line at most
Diffstat (limited to 'sendto')
-rw-r--r-- | sendto/caja-nste.c | 6 | ||||
-rw-r--r-- | sendto/plugins/emailclient/emailclient.c | 1 | ||||
-rw-r--r-- | sendto/plugins/gajim/gajim.c | 2 | ||||
-rw-r--r-- | sendto/plugins/pidgin/pidgin.c | 1 |
4 files changed, 0 insertions, 10 deletions
diff --git a/sendto/caja-nste.c b/sendto/caja-nste.c index f730242..f89b8a4 100644 --- a/sendto/caja-nste.c +++ b/sendto/caja-nste.c @@ -99,37 +99,31 @@ caja_nste_get_file_items (CajaMenuProvider *provider, return items; } - static void caja_nste_menu_provider_iface_init (CajaMenuProviderIface *iface) { iface->get_file_items = caja_nste_get_file_items; } - static void caja_nste_instance_init (CajaNste *nste) { } - static void caja_nste_class_init (CajaNsteClass *class) { parent_class = g_type_class_peek_parent (class); } - static GType nste_type = 0; - GType caja_nste_get_type (void) { return nste_type; } - void caja_nste_register_type (GTypeModule *module) { diff --git a/sendto/plugins/emailclient/emailclient.c b/sendto/plugins/emailclient/emailclient.c index dee9e07..e325289 100644 --- a/sendto/plugins/emailclient/emailclient.c +++ b/sendto/plugins/emailclient/emailclient.c @@ -60,7 +60,6 @@ get_evo_cmd (void) NULL}; guint i; - for (i = 0; cmds[i] != NULL; i++) { tmp = g_find_program_in_path (cmds[i]); if (tmp != NULL) 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); diff --git a/sendto/plugins/pidgin/pidgin.c b/sendto/plugins/pidgin/pidgin.c index 14cd6a7..7b7b107 100644 --- a/sendto/plugins/pidgin/pidgin.c +++ b/sendto/plugins/pidgin/pidgin.c @@ -385,7 +385,6 @@ gboolean send_files (NstPlugin *plugin, GtkWidget *contact_widget, ContactData *dat; GValue val = {0,}; - if (proxy == NULL) return FALSE; |