glom r1711 - in trunk: . glom/mode_data
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1711 - in trunk: . glom/mode_data
- Date: Tue, 21 Oct 2008 16:08:10 +0000 (UTC)
Author: murrayc
Date: Tue Oct 21 16:08:10 2008
New Revision: 1711
URL: http://svn.gnome.org/viewvc/glom?rev=1711&view=rev
Log:
2008-10-21 Koop Mast <kwm FreeBSD org>
* glom/mode_data/notebook_data.cc: constructor:
Add an ifdef to fix the build in client-only mode.
Bug #557258
Modified:
trunk/ChangeLog
trunk/glom/mode_data/notebook_data.cc
Modified: trunk/glom/mode_data/notebook_data.cc
==============================================================================
--- trunk/glom/mode_data/notebook_data.cc (original)
+++ trunk/glom/mode_data/notebook_data.cc Tue Oct 21 16:08:10 2008
@@ -57,7 +57,11 @@
add_view(&m_Box_Details);
show_all_children();
+
+#ifndef GLOM_ENABLE_CLIENT_ONLY
+ //This is hidden by default,
m_Box_Details.show_layout_toolbar(false);
+#endif //GLOM_ENABLE_CLIENT_ONLY
}
Notebook_Data::~Notebook_Data()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]