Skip to content

Conversation

@akurtakov
Copy link
Member

Listen for notify::gtk-theme-name signal and fire SWT.Settings even in this case. Fixes #2374

Listen for notify::gtk-theme-name signal and fire SWT.Settings even in
this case.
@akurtakov akurtakov self-assigned this Aug 5, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2025

Test Results

   546 files  ±0     546 suites  ±0   33m 17s ⏱️ + 6m 0s
 4 425 tests ±0   4 408 ✅ ±0   17 💤 ±0  0 ❌ ±0 
16 746 runs  ±0  16 619 ✅ ±0  127 💤 ±0  0 ❌ ±0 

Results for commit 11b7078. ± Comparison against base commit 9baef58.

@akurtakov akurtakov merged commit 3c7a3f7 into eclipse-platform:master Aug 5, 2025
17 checks passed
@github-project-automation github-project-automation bot moved this to Done in SWT work Aug 5, 2025
keymap = GDK.gdk_keymap_get_for_display(display);
OS.g_signal_connect (keymap, OS.keys_changed, keysChangedProc, 0);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong indention

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

SWT.Settings event not fired for theme change - Gtk implementation

2 participants