Mageia Bugzilla – Attachment 4837 Details for
Bug 12369
Desktop selection window is detached from installer (and screens that follow)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
trace all gtk_window_move() calls
dbg.diff (text/plain), 630 bytes, created by
Thierry Vignaud
on 2014-01-21 18:05:02 CET
(
hide
)
Description:
trace all gtk_window_move() calls
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2014-01-21 18:05:02 CET
Size:
630 bytes
patch
obsolete
>--- /usr/lib/perl5/vendor_perl/5.18.1/Gtk3.pm.tv 2014-01-21 08:33:32.474588277 +0100 >+++ /usr/lib/perl5/vendor_perl/5.18.1/Gtk3.pm 2014-01-21 08:35:55.988062424 +0100 >@@ -1339,6 +1339,17 @@ > $_GTK_ICON_SIZE_NICK_TO_ID->($size), $detail); > } > >+use lib qw(/usr/lib/libDrakX); >+use log; >+use MDK::Common 'backtrace'; >+ >+sub Gtk3::Window::move { >+ my ($class, @other) = @_; >+ log::l(">> MOVING to @other" . backtrace()); >+ return Glib::Object::Introspection->invoke ( >+ $_GTK_BASENAME, 'Window', 'move', $class, @other); >+} >+ > sub Gtk3::Window::new { > my ($class, $type) = @_; > $type = 'toplevel' unless defined $type;
--- /usr/lib/perl5/vendor_perl/5.18.1/Gtk3.pm.tv 2014-01-21 08:33:32.474588277 +0100 +++ /usr/lib/perl5/vendor_perl/5.18.1/Gtk3.pm 2014-01-21 08:35:55.988062424 +0100 @@ -1339,6 +1339,17 @@ $_GTK_ICON_SIZE_NICK_TO_ID->($size), $detail); } +use lib qw(/usr/lib/libDrakX); +use log; +use MDK::Common 'backtrace'; + +sub Gtk3::Window::move { + my ($class, @other) = @_; + log::l(">> MOVING to @other" . backtrace()); + return Glib::Object::Introspection->invoke ( + $_GTK_BASENAME, 'Window', 'move', $class, @other); +} + sub Gtk3::Window::new { my ($class, $type) = @_; $type = 'toplevel' unless defined $type;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12369
:
4828
|
4829
| 4837