dia r4152 - in trunk: . app objects/Database
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r4152 - in trunk: . app objects/Database
- Date: Tue, 9 Dec 2008 19:58:46 +0000 (UTC)
Author: hans
Date: Tue Dec 9 19:58:46 2008
New Revision: 4152
URL: http://svn.gnome.org/viewvc/dia?rev=4152&view=rev
Log:
2008-12-09 Hans Breuer <hans breuer org>
* objects/Database/table.c app/preferences.c : fixed the fix and a
comment about it (Sameer Sahasrabuddhe, bug #60331)
Modified:
trunk/ChangeLog
trunk/app/properties.c
trunk/objects/Database/table.c
Modified: trunk/app/properties.c
==============================================================================
--- trunk/app/properties.c (original)
+++ trunk/app/properties.c Tue Dec 9 19:58:46 2008
@@ -211,6 +211,7 @@
return;
}
+ /* Prefer object-specific UI when only one object is selected. */
one_obj = (g_list_length(objects) == 1) ? objects->data : NULL;
if (one_obj)
properties = one_obj->ops->get_properties(one_obj, FALSE);
Modified: trunk/objects/Database/table.c
==============================================================================
--- trunk/objects/Database/table.c (original)
+++ trunk/objects/Database/table.c Tue Dec 9 19:58:46 2008
@@ -123,7 +123,7 @@
(MoveFunc) table_move,
(MoveHandleFunc) table_move_handle,
(GetPropertiesFunc) table_get_properties_dialog,
- (ApplyPropertiesDialogFunc) table_dialog_apply_changes,
+ (ApplyPropertiesDialogFunc) _table_dialog_apply_changes,
(ObjectMenuFunc) table_object_menu,
(DescribePropsFunc) table_describe_props,
(GetPropsFunc) table_get_props,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]