File tree 1 file changed +2
-2
lines changed
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ void createHandle (int index) {
248
248
GTK3 .gtk_scrolled_window_set_shadow_type (scrolledHandle , GTK .GTK_SHADOW_ETCHED_IN );
249
249
}
250
250
}
251
- if (!search_enabled ()) {
251
+ if (!searchEnabled ()) {
252
252
GTK .gtk_tree_view_set_search_column (handle , -1 );
253
253
}
254
254
// In GTK 3 font description is inherited from parent widget which is not how SWT has always worked,
@@ -1292,7 +1292,7 @@ public void removeSelectionListener(SelectionListener listener) {
1292
1292
eventTable .unhook (SWT .DefaultSelection ,listener );
1293
1293
}
1294
1294
1295
- private boolean search_enabled () {
1295
+ boolean searchEnabled () {
1296
1296
/* Disable searching when using NO_SEARCH */
1297
1297
if ((style & SWT .NO_SEARCH ) != 0
1298
1298
/*
You can’t perform that action at this time.
0 commit comments