From 1e924f4e2a4e8bbeef24599ecba6723b94e7e895 Mon Sep 17 00:00:00 2001 From: Pierre Wieser Date: Wed, 26 Jan 2011 23:28:52 +0100 Subject: [PATCH] src/nact/base-window.h: Do some comment cleanup --- ChangeLog | 3 ++- src/nact/base-window.h | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d51a29a..4c18728d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2011-01-26 Pierre Wieser * src/nact/base-dialog.c: - * src/nact/base-dialog.h: Do some code and comments cleanup. + * src/nact/base-dialog.h: + * src/nact/base-window.h: Do some code and comments cleanup. * src/nact/base-builder.c (base_builder_get_toplevel_by_name): * src/nact/base-iprefs.c (base_iprefs_position_named_window): diff --git a/src/nact/base-window.h b/src/nact/base-window.h index 9e97549a..e458c888 100644 --- a/src/nact/base-window.h +++ b/src/nact/base-window.h @@ -67,7 +67,9 @@ * Another work-around could have be to let the IActionsList * interface asks from the actual widget name to its implementor... * - * Sharing a same XML UI definition file implies sharing the same builder. + * Note also that having its own builder implies loading in it the required + * XML file which holds the needed UI definition, and so even it this + * same XML file has already been load in the common builder. */ #include "base-application.h" -- 2.11.4.GIT