Removed some useless debugging messages.
svn path=/trunk/; revision=4041
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2000-07-10 Ettore Perazzoli <ettore@helixcode.com>
|
||||
|
||||
* e-storage.c (e_storage_new_folder): Removed debugging message.
|
||||
|
||||
* e-storage-set.c (storage_new_folder_cb): Removed debugging
|
||||
message.
|
||||
|
||||
2000-07-10 Federico Mena Quintero <federico@helixcode.com>
|
||||
|
||||
* e-shell-view.c (unrealize): As a quasi-hack, do a gdk_flush()
|
||||
|
||||
@ -131,7 +131,6 @@ storage_new_folder_cb (EStorage *storage,
|
||||
storage_set = E_STORAGE_SET (data);
|
||||
|
||||
full_path = make_full_path (storage, path);
|
||||
g_print ("EStorageSet: New folder -- %s\n", full_path);
|
||||
gtk_signal_emit (GTK_OBJECT (storage_set), signals[NEW_FOLDER], full_path);
|
||||
g_free (full_path);
|
||||
}
|
||||
|
||||
@ -484,7 +484,6 @@ e_storage_new_folder (EStorage *storage,
|
||||
|
||||
g_hash_table_insert (priv->path_to_folder, folder->path, folder);
|
||||
|
||||
g_print ("EStorage: New folder -- %s\n", folder->path);
|
||||
gtk_signal_emit (GTK_OBJECT (storage), signals[NEW_FOLDER], folder->path);
|
||||
|
||||
g_free (full_path);
|
||||
|
||||
Reference in New Issue
Block a user