main window quit remove loops before gtk_main_quit
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / gtkdirsel.c
index 801f59731ed2bf2c5d87edeec6b138f0d7d2bae9..d6d6d44db8b2a22c01903dcbd8cfba2112aa8a45 100644 (file)
@@ -3356,7 +3356,6 @@ attach_dir (CompletionDirSent *sent,
 
   cmpl_state->directory_storage =
     g_list_prepend (cmpl_state->directory_storage, new_dir);
-
   new_dir->sent = sent;
   new_dir->fullname = g_strdup (dir_name);
   new_dir->fullname_len = strlen (dir_name);
This page took 0.034414 seconds and 4 git commands to generate.