projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5dac1
)
Eliminate warning in plugin-loader
author
P. F. Chimento
<philip.chimento@gmail.com>
Sat, 18 Jun 2011 19:16:26 +0000
(21:16 +0200)
committer
P. F. Chimento
<philip.chimento@gmail.com>
Sat, 18 Jun 2011 19:16:26 +0000
(21:16 +0200)
tests/plugin-loader.c
patch
|
blob
|
history
diff --git
a/tests/plugin-loader.c
b/tests/plugin-loader.c
index 0915b3c665e30a9b338f07a43f3386e909c482be..24a98890433759e2a69a6dfe660866e093adecb3 100644
(file)
--- a/
tests/plugin-loader.c
+++ b/
tests/plugin-loader.c
@@
-61,7
+61,6
@@
create_window(void)
g_signal_connect(window, "delete-event", G_CALLBACK(quit), NULL);
glk = chimara_glk_new();
g_object_ref(glk);
- g_signal_connect(glk, "stopped", G_CALLBACK(gtk_main_quit), NULL);
gtk_container_add(GTK_CONTAINER(window), glk);
}