14 lines
445 B
Diff
14 lines
445 B
Diff
Index: pygtk-2.12.1/gtk/gtk.override
|
|
===================================================================
|
|
--- pygtk-2.12.1.orig/gtk/gtk.override
|
|
+++ pygtk-2.12.1/gtk/gtk.override
|
|
@@ -1168,7 +1168,7 @@ static GSourceFuncs pygtk_main_watch_fun
|
|
static GSource *
|
|
pygtk_main_watch_new(void)
|
|
{
|
|
- return g_source_new(&pygtk_main_watch_funcs, sizeof(GSource));
|
|
+ return g_source_new(&pygtk_main_watch_funcs, sizeof(PySignalWatchSource));
|
|
}
|
|
|
|
|