[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-163-g29010f3)
The branch, master has been updated
via 29010f3c07076c31eaaf39a0209b6b9e8cd7cadd (commit)
from eb77a42fd47ae8dfd8218fadca1eb1ab6fd6b8e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/x_multiattrib.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
=================
Commit Messages
=================
commit 29010f3c07076c31eaaf39a0209b6b9e8cd7cadd
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Thu Sep 11 18:34:35 2008 +0100
Use gtk_window_set_transient_for() not a GObject property. Fix #2075842
Revert part of the changes made in 1aaf6613a7c6991d858c1143ed3917675a115a5a
Author: Patrick Bernaud <b-patrick@xxxxxxxxxx>
Date: Fri Jul 25 17:52:40 2008 +0200
Move selection monitoring out of the multi attrib widget.
Reinstated the 'object' property for multi attrib widget in place of
the 'selection' one: the widget does not have to mess with selections,
it is only interested in objects. Moved the selection watch stuff
outside.
This commit changed an unrelated setting from using a widely supported API,
to a GObject property only introduced in GTK+ 2.10. Changing it back now!
:100644 100644 9e7da61... 7050619... M gschem/src/x_multiattrib.c
=========
Changes
=========
commit 29010f3c07076c31eaaf39a0209b6b9e8cd7cadd
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Thu Sep 11 18:34:35 2008 +0100
Use gtk_window_set_transient_for() not a GObject property. Fix #2075842
Revert part of the changes made in 1aaf6613a7c6991d858c1143ed3917675a115a5a
Author: Patrick Bernaud <b-patrick@xxxxxxxxxx>
Date: Fri Jul 25 17:52:40 2008 +0200
Move selection monitoring out of the multi attrib widget.
Reinstated the 'object' property for multi attrib widget in place of
the 'selection' one: the widget does not have to mess with selections,
it is only interested in objects. Moved the selection watch stuff
outside.
This commit changed an unrelated setting from using a widely supported API,
to a GObject property only introduced in GTK+ 2.10. Changing it back now!
diff --git a/gschem/src/x_multiattrib.c b/gschem/src/x_multiattrib.c
index 9e7da61..7050619 100644
--- a/gschem/src/x_multiattrib.c
+++ b/gschem/src/x_multiattrib.c
@@ -217,10 +217,11 @@ void x_multiattrib_open (GSCHEM_TOPLEVEL *w_current)
/* GschemDialog */
"settings-name", "multiattrib",
"gschem-toplevel", w_current,
- /* GtkWindow */
- "transient-for", w_current->main_window,
NULL));
+ gtk_window_set_transient_for (GTK_WINDOW(w_current->mawindow),
+ GTK_WINDOW(w_current->main_window));
+
g_signal_connect (w_current->mawindow,
"response",
G_CALLBACK (multiattrib_callback_response),
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs