[Commits] [SCM] claws branch, master, updated. 3.18.0-297-g32bc9be42

paul at claws-mail.org paul at claws-mail.org
Tue Nov 23 12:33:00 CET 2021


The branch, master has been updated
       via  32bc9be42fcda9374267db361a204f64670c05b1 (commit)
      from  6fecf4e8d158e04dc1c72c4cc014889203f5a371 (commit)

Summary of changes:
 src/foldersel.c | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)


- Log -----------------------------------------------------------------
commit 32bc9be42fcda9374267db361a204f64670c05b1
Author: paul <paul at claws-mail.org>
Date:   Tue Nov 23 11:31:55 2021 +0000

    remove foldersel_entry_activated(, which did nothing but cause an invalid signal warning

diff --git a/src/foldersel.c b/src/foldersel.c
index 3e7a561cd..1973bc3a6 100644
--- a/src/foldersel.c
+++ b/src/foldersel.c
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2020 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2021 the Claws Mail team and Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -109,9 +109,6 @@ static void foldersel_cancel		(GtkButton	*button,
 static void foldersel_new_folder	(GtkButton	*button,
 					 gpointer	 data);
 
-static void foldersel_entry_activated	(GtkEntry	*entry,
-					 gpointer	 data);
-
 static void foldersel_tree_activated	(GtkTreeView		*treeview,
 					 GtkTreePath		*path,
 					 GtkTreeViewColumn	*column,
@@ -346,8 +343,6 @@ static void foldersel_create(const gchar *title)
 	statusbar_cid = gtk_statusbar_get_context_id(
 		        GTK_STATUSBAR(statusbar), "Select Folder Dialog" );
 	gtk_box_pack_start(GTK_BOX(vbox), statusbar, FALSE, FALSE, 0);
-	g_signal_connect(G_OBJECT(statusbar), "activate",
-			 G_CALLBACK(foldersel_entry_activated), NULL);
 
 	gtkut_stock_button_set_create(&confirm_area,
 				      &new_button,    GTK_STOCK_NEW,
@@ -634,11 +629,6 @@ static void foldersel_new_folder(GtkButton *button, gpointer data)
 	folder_write_list();
 }
 
-static void foldersel_entry_activated(GtkEntry *entry, gpointer data)
-{
-	gtk_button_clicked(GTK_BUTTON(ok_button));
-}
-
 static void foldersel_tree_activated(GtkTreeView *treeview, GtkTreePath *path,
 				     GtkTreeViewColumn *column, gpointer data)
 {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list