Skip to content

Commit

Permalink
Merge pull request #463 from antenore/next
Browse files Browse the repository at this point in the history
Fixes FreeRDP/Remmina#460
  • Loading branch information
antenore committed Feb 12, 2015
2 parents 1bf407e + 5997c2a commit 2afaf61
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions remmina/src/remmina_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,7 @@ void remmina_main_on_action_tools_externaltools(GtkAction *action, gpointer user
static void remmina_main_file_editor_destroy(GtkWidget *widget, gpointer user_data)
{
TRACE_CALL("remmina_main_file_editor_destroy");
if (GTK_IS_WIDGET(remminamain))
{
remmina_main_load_files(TRUE);
}
remmina_main_load_files(TRUE);
}

void remmina_main_on_action_connection_new(GtkAction *action, gpointer user_data)
Expand Down

0 comments on commit 2afaf61

Please sign in to comment.