diff options
author | Steve Zesch <[email protected]> | 2013-01-21 15:03:35 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2013-01-21 15:03:35 -0500 |
commit | a5e0ae7d5e87d467a2f62a058171537377f6411f (patch) | |
tree | 9988a01af2e1c91c3c4b61859d5b3bd72ced74f2 /src | |
parent | b65180d357ec96d91185ecabbf1344366ecdec54 (diff) | |
download | mate-notification-daemon-a5e0ae7d5e87d467a2f62a058171537377f6411f.tar.bz2 mate-notification-daemon-a5e0ae7d5e87d467a2f62a058171537377f6411f.tar.xz |
Removed debugging code.
Diffstat (limited to 'src')
-rw-r--r-- | src/capplet/mate-notification-properties.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c index 034db8b..cffee24 100644 --- a/src/capplet/mate-notification-properties.c +++ b/src/capplet/mate-notification-properties.c @@ -579,10 +579,7 @@ static gboolean notification_properties_dialog_init(NotificationAppletDialog* di gtk_widget_set_sensitive(dialog->monitor_label, TRUE); } - - g_fprintf(stderr, "1111111111111\n"); gtk_widget_show_all(dialog->dialog); - g_fprintf(stderr, "222222222222\n"); dialog->preview = NULL; |