[nautilus-actions] Review debug entry message
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Review debug entry message
- Date: Fri, 9 Apr 2010 07:17:02 +0000 (UTC)
commit 66db52aca0df6e2938ffc4b2e61a44851d89eeb6
Author: Pierre Wieser <pwieser trychlos org>
Date: Fri Apr 9 00:48:29 2010 +0200
Review debug entry message
ChangeLog | 3 +++
TODO | 2 +-
src/nact/nact-main-window.c | 4 +++-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 08b2262..7202138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-04-08 Pierre Wieser <pwieser trychlos org>
+ * src/nact/nact-main-window.c (setup_dialog_title):
+ Review/normalize debug entry message.
+
* src/nact/nact-ifolders-tab.c (on_add_folder_clicked):
Folders list is definitively a list of paths (not URI).
diff --git a/TODO b/TODO
index 3019aef..67bd7d3 100644
--- a/TODO
+++ b/TODO
@@ -143,4 +143,4 @@
- "x-nautilus-desktop:///" is rather a scheme than a folder
-- setup_dialog_title: add file to g_debug line
+- should not be able to click twice on a sort button
diff --git a/src/nact/nact-main-window.c b/src/nact/nact-main-window.c
index ae937ee..be909ee 100644
--- a/src/nact/nact-main-window.c
+++ b/src/nact/nact-main-window.c
@@ -1279,13 +1279,15 @@ iactions_list_get_treeview_name( NactIActionsList *instance )
static void
setup_dialog_title( NactMainWindow *window )
{
+ static const gchar *thisfn = "nact_main_window_setup_dialog_title";
GtkWindow *toplevel;
NactApplication *application;
gchar *title;
gchar *label;
gchar *tmp;
- g_debug( "setup_dialog_title" );
+ g_debug( "%s: window=%p", thisfn, ( void * ) window );
+
application = NACT_APPLICATION( base_window_get_application( BASE_WINDOW( window )));
title = base_application_get_application_name( BASE_APPLICATION( application ));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]