[bijiben] importDialog: remove warnings
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] importDialog: remove warnings
- Date: Fri, 17 May 2013 22:56:35 +0000 (UTC)
commit 994676ef5878f112eb6913a65446ab5f422debcc
Author: Pierre-Yves Luyten <py luyten fr>
Date: Thu May 16 19:23:39 2013 +0200
importDialog: remove warnings
src/bjb-import-dialog.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/bjb-import-dialog.c b/src/bjb-import-dialog.c
index d6ca841..661859c 100644
--- a/src/bjb-import-dialog.c
+++ b/src/bjb-import-dialog.c
@@ -247,13 +247,11 @@ on_file_set_cb (GtkWidget *chooser,
BjbImportDialog *dialog)
{
gchar *location;
- g_warning ("on file set");
/* Remove the former */
if (dialog->priv->custom->location)
{
- g_warning ("on file set : former was %s ", dialog->priv->custom->location);
g_hash_table_remove (dialog->priv->locations,
dialog->priv->custom->location);
g_clear_pointer (&dialog->priv->custom->location, g_free);
@@ -267,7 +265,6 @@ on_file_set_cb (GtkWidget *chooser,
if (location)
{
- g_warning ("file set a location : %s", location);
gtk_widget_set_sensitive (dialog->priv->cust_box, TRUE);
dialog->priv->custom->selected = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]