Minor code beautification
This commit is contained in:
parent
598a9f013c
commit
f63d42dee9
@ -22,7 +22,8 @@ ag_app_peek_first_window(AgApp *app)
|
|||||||
for (
|
for (
|
||||||
l = gtk_application_get_windows(GTK_APPLICATION(app));
|
l = gtk_application_get_windows(GTK_APPLICATION(app));
|
||||||
l;
|
l;
|
||||||
l = g_list_next(l)) {
|
l = g_list_next(l)
|
||||||
|
) {
|
||||||
if (GTK_IS_WINDOW(l->data)) {
|
if (GTK_IS_WINDOW(l->data)) {
|
||||||
return GTK_WINDOW(l->data);
|
return GTK_WINDOW(l->data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user