File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ template $ExmBrowsePage : Gtk.Widget {
19
19
Gtk.SearchEntry search_entry {
20
20
hexpand: true;
21
21
22
- // Hook for triggering initial search
23
- // TODO: Re-enable this once blueprint-compiler!4 is merged
24
- // realize => on_search_entry_realize();
22
+ realize => $on_search_entry_realize();
25
23
}
26
24
27
25
// Keep the same order as the ExmSearchSort enum
Original file line number Diff line number Diff line change @@ -437,11 +437,6 @@ exm_browse_page_init (ExmBrowsePage *self)
437
437
G_CALLBACK (on_search_changed ),
438
438
self );
439
439
440
- g_signal_connect (self -> search_entry ,
441
- "realize" ,
442
- G_CALLBACK (on_search_entry_realize ),
443
- self );
444
-
445
440
g_signal_connect (self -> more_results_btn ,
446
441
"clicked" ,
447
442
G_CALLBACK (on_load_more_results ),
You can’t perform that action at this time.
0 commit comments