mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
Closes: https://bugs.gentoo.org/924488 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35324 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
383 B
Diff
12 lines
383 B
Diff
Bug: https://bugs.gentoo.org/924488
|
|
--- a/tests/ibus-hangul.c
|
|
+++ b/tests/ibus-hangul.c
|
|
@@ -261,7 +261,7 @@ create_window ()
|
|
G_CALLBACK (window_inserted_text_cb), entry);
|
|
gtk_container_add (GTK_CONTAINER (window), entry);
|
|
gtk_widget_show_all (window);
|
|
- gtk_window_present (window);
|
|
+ gtk_window_present (GTK_WINDOW(window));
|
|
}
|
|
|
|
static void
|