summaryrefslogtreecommitdiff
path: root/src/SearchFilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchFilter.c')
-rw-r--r--src/SearchFilter.c1178
1 files changed, 589 insertions, 589 deletions
diff --git a/src/SearchFilter.c b/src/SearchFilter.c
index d439603..6d1e92f 100644
--- a/src/SearchFilter.c
+++ b/src/SearchFilter.c
@@ -1,4 +1,4 @@
-/* SearchFilter.c generated by valac 0.32.1, the Vala compiler
+/* SearchFilter.c generated by valac 0.34.4, the Vala compiler
* generated from SearchFilter.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -2232,17 +2232,17 @@ static gboolean string_contains (const gchar* self, const gchar* needle) {
gboolean result = FALSE;
const gchar* _tmp0_ = NULL;
gchar* _tmp1_ = NULL;
-#line 1376 "/usr/share/vala-0.32/vapi/glib-2.0.vapi"
+#line 1376 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
g_return_val_if_fail (self != NULL, FALSE);
-#line 1376 "/usr/share/vala-0.32/vapi/glib-2.0.vapi"
+#line 1376 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
g_return_val_if_fail (needle != NULL, FALSE);
-#line 1377 "/usr/share/vala-0.32/vapi/glib-2.0.vapi"
+#line 1377 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
_tmp0_ = needle;
-#line 1377 "/usr/share/vala-0.32/vapi/glib-2.0.vapi"
+#line 1377 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
_tmp1_ = strstr ((gchar*) self, (gchar*) _tmp0_);
-#line 1377 "/usr/share/vala-0.32/vapi/glib-2.0.vapi"
+#line 1377 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
result = _tmp1_ != NULL;
-#line 1377 "/usr/share/vala-0.32/vapi/glib-2.0.vapi"
+#line 1377 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
return result;
#line 2248 "SearchFilter.c"
}
@@ -4910,56 +4910,56 @@ void search_filter_actions_unref (gpointer instance) {
static void _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed (SearchFilterActions* _sender, gboolean has_photos, gboolean has_videos, gboolean has_raw, gboolean has_flagged, gpointer self) {
-#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_media_context_changed ((SearchFilterToolbar*) self, has_photos, has_videos, has_raw, has_flagged);
#line 4916 "SearchFilter.c"
}
static void _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled (SearchFilterActions* _sender, gboolean on, gpointer self) {
-#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_flagged_toggled ((SearchFilterToolbar*) self);
#line 4923 "SearchFilter.c"
}
static void _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled (SearchFilterActions* _sender, gboolean on, gpointer self) {
-#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_photos_toggled ((SearchFilterToolbar*) self);
#line 4930 "SearchFilter.c"
}
static void _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled (SearchFilterActions* _sender, gboolean on, gpointer self) {
-#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_videos_toggled ((SearchFilterToolbar*) self);
#line 4937 "SearchFilter.c"
}
static void _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled (SearchFilterActions* _sender, gboolean on, gpointer self) {
-#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_raw_toggled ((SearchFilterToolbar*) self);
#line 4944 "SearchFilter.c"
}
static void _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed (SearchFilterActions* _sender, RatingFilter filter, gpointer self) {
-#line 1165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_rating_changed ((SearchFilterToolbar*) self);
#line 4951 "SearchFilter.c"
}
static void _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed (SearchFilterActions* _sender, const gchar* text, gpointer self) {
-#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_search_text_changed ((SearchFilterToolbar*) self);
#line 4958 "SearchFilter.c"
}
static void _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed (SearchFilterActions* _sender, gpointer self) {
-#line 1167 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_criteria_changed ((SearchFilterToolbar*) self);
#line 4965 "SearchFilter.c"
}
@@ -4968,7 +4968,7 @@ static void _search_filter_toolbar_on_criteria_changed_search_filter_actions_cri
static gboolean _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu (GtkToolbar* _sender, gint x, gint y, gint button_number, gpointer self) {
gboolean result;
result = search_filter_toolbar_on_context_menu_requested ((SearchFilterToolbar*) self, x, y, button_number);
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1168 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
#line 4974 "SearchFilter.c"
}
@@ -4982,14 +4982,14 @@ static gpointer _search_filter_actions_ref0 (gpointer self) {
static void _search_filter_toolbar_on_context_menu_close_chosen_gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self) {
-#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_context_menu_close_chosen ((SearchFilterToolbar*) self);
#line 4988 "SearchFilter.c"
}
static void _search_filter_toolbar_on_saved_search_button_clicked_search_filter_toolbar_saved_search_filter_button_clicked (SearchFilterToolbarSavedSearchFilterButton* _sender, gpointer self) {
-#line 1127 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_saved_search_button_clicked ((SearchFilterToolbar*) self);
#line 4995 "SearchFilter.c"
}
@@ -5109,47 +5109,47 @@ SearchFilterToolbar* search_filter_toolbar_construct (GType object_type, SearchF
_g_object_unref0 (self->priv->toolbar);
#line 1054 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->toolbar = _tmp2_;
-#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1055 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = actions;
-#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1055 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp3_, "media-context-changed", (GCallback) _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed, self, 0);
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = actions;
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = search_filter_actions_get_text (_tmp4_);
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = _tmp5_;
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = search_filter_toolbar_search_box_new (_tmp6_);
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp7_);
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->search_box);
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->search_box = _tmp7_;
-#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1058 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = self->priv->toolbar;
-#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1058 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_buildable_set_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, GTK_TYPE_BUILDABLE, GtkBuildable), "search-filter-toolbar");
-#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp9_ = self->priv->toolbar;
-#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_set_icon_size (_tmp9_, GTK_ICON_SIZE_SMALL_TOOLBAR);
#line 5139 "SearchFilter.c"
{
GtkBuilder* _tmp10_ = NULL;
-#line 1063 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->builder;
-#line 1063 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_builder_add_from_resource (_tmp10_, "/org/gnome/Shotwell/search_bar.ui", &_inner_error_);
-#line 1063 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 5148 "SearchFilter.c"
- goto __catch588_g_error;
+ goto __catch590_g_error;
}
}
- goto __finally588;
- __catch588_g_error:
+ goto __finally590;
+ __catch590_g_error:
{
GError* err = NULL;
const gchar* _tmp11_ = NULL;
@@ -5157,334 +5157,334 @@ SearchFilterToolbar* search_filter_toolbar_construct (GType object_type, SearchF
const gchar* _tmp13_ = NULL;
gchar* _tmp14_ = NULL;
gchar* _tmp15_ = NULL;
-#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1061 "/home/jens/Source/shotwell/src/SearchFilter.vala"
err = _inner_error_;
-#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1061 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_inner_error_ = NULL;
-#line 1065 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1064 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp11_ = _ ("Error loading search bar UI: %s");
-#line 1065 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1064 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp12_ = err;
-#line 1065 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1064 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp13_ = _tmp12_->message;
-#line 1065 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1064 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp14_ = g_strdup_printf (_tmp11_, _tmp13_);
-#line 1065 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1064 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp15_ = _tmp14_;
-#line 1065 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1064 "/home/jens/Source/shotwell/src/SearchFilter.vala"
app_window_panic (_tmp15_);
-#line 1065 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1064 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (_tmp15_);
-#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1061 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_error_free0 (err);
#line 5181 "SearchFilter.c"
}
- __finally588:
-#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ __finally590:
+#line 1061 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1061 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
-#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1061 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_clear_error (&_inner_error_);
-#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1061 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return NULL;
#line 5192 "SearchFilter.c"
}
-#line 1074 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1073 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp16_ = self->priv->close_item;
-#line 1074 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1073 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp17_ = _ ("Close");
-#line 1074 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1073 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_menu_item_set_label (_tmp16_, _tmp17_);
-#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1074 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp18_ = self->priv->close_item;
-#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1074 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_show (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, gtk_widget_get_type (), GtkWidget));
-#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp19_ = self->priv->close_item;
-#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp19_, "activate", (GCallback) _search_filter_toolbar_on_context_menu_close_chosen_gtk_menu_item_activate, self, 0);
-#line 1077 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp20_ = self->priv->close_menu;
-#line 1077 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp21_ = self->priv->close_item;
-#line 1077 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_menu_shell_append (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, gtk_menu_shell_get_type (), GtkMenuShell), (GtkWidget*) _tmp21_);
-#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1079 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp22_ = _ ("Type");
-#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1079 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp23_ = search_filter_toolbar_label_tool_item_new (_tmp22_, 10, 5);
-#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1079 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp23_);
-#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1079 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->label_type);
-#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1079 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->label_type = _tmp23_;
-#line 1081 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp24_ = self->priv->toolbar;
-#line 1081 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp25_ = self->priv->label_type;
-#line 1081 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp24_, G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1082 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp26_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.photos");
-#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1082 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp26_);
-#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1082 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_photos);
-#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1082 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->toolbtn_photos = _tmp26_;
-#line 1084 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp27_ = self->priv->toolbtn_photos;
-#line 1084 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp28_ = _ ("Photos");
-#line 1084 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, gtk_tool_item_get_type (), GtkToolItem), _tmp28_);
-#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1085 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp29_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.videos");
-#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1085 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp29_);
-#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1085 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_videos);
-#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1085 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->toolbtn_videos = _tmp29_;
-#line 1087 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp30_ = self->priv->toolbtn_videos;
-#line 1087 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp31_ = _ ("Videos");
-#line 1087 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, gtk_tool_item_get_type (), GtkToolItem), _tmp31_);
-#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1088 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp32_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.raw");
-#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1088 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp32_);
-#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1088 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_raw);
-#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1088 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->toolbtn_raw = _tmp32_;
-#line 1090 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp33_ = self->priv->toolbtn_raw;
-#line 1090 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp34_ = _ ("RAW Photos");
-#line 1090 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp33_, gtk_tool_item_get_type (), GtkToolItem), _tmp34_);
-#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1091 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp35_ = self->priv->toolbar;
-#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1091 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp36_ = self->priv->toolbtn_photos;
-#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1091 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp35_, G_TYPE_CHECK_INSTANCE_CAST (_tmp36_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp37_ = self->priv->toolbar;
-#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp38_ = self->priv->toolbtn_videos;
-#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp37_, G_TYPE_CHECK_INSTANCE_CAST (_tmp38_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1094 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp39_ = self->priv->toolbar;
-#line 1094 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp40_ = self->priv->toolbtn_raw;
-#line 1094 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp39_, G_TYPE_CHECK_INSTANCE_CAST (_tmp40_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1096 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp41_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
-#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1096 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp41_);
-#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1096 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->sepr_mediatype_flagged);
-#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1096 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->sepr_mediatype_flagged = _tmp41_;
-#line 1098 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp42_ = self->priv->toolbar;
-#line 1098 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp43_ = self->priv->sepr_mediatype_flagged;
-#line 1098 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp42_, G_TYPE_CHECK_INSTANCE_CAST (_tmp43_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1102 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1101 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp44_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.flagged");
-#line 1102 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1101 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp44_);
-#line 1102 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1101 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_flag);
-#line 1102 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1101 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->toolbtn_flag = _tmp44_;
-#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1102 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp45_ = self->priv->toolbtn_flag;
-#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1102 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp46_ = _ ("Flagged");
-#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1102 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_label (_tmp45_, _tmp46_);
-#line 1104 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp47_ = self->priv->toolbtn_flag;
-#line 1104 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp48_ = _ ("Flagged");
-#line 1104 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp47_, gtk_tool_item_get_type (), GtkToolItem), _tmp48_);
-#line 1106 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1105 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp49_ = self->priv->toolbar;
-#line 1106 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1105 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp50_ = self->priv->toolbtn_flag;
-#line 1106 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1105 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp49_, G_TYPE_CHECK_INSTANCE_CAST (_tmp50_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp51_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
-#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp51_);
-#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->sepr_flagged_rating);
-#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->sepr_flagged_rating = _tmp51_;
-#line 1110 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp52_ = self->priv->toolbar;
-#line 1110 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp53_ = self->priv->sepr_flagged_rating;
-#line 1110 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp52_, G_TYPE_CHECK_INSTANCE_CAST (_tmp53_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1112 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp54_ = self->builder;
-#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1112 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp55_ = gtk_builder_get_object (_tmp54_, "popup-menu");
-#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1112 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp56_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp55_, g_menu_model_get_type ()) ? ((GMenuModel*) _tmp55_) : NULL);
-#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1112 "/home/jens/Source/shotwell/src/SearchFilter.vala"
model = _tmp56_;
-#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp57_ = search_filter_toolbar_rating_filter_button_new (model);
-#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp57_);
-#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->rating_button);
-#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating_button = _tmp57_;
-#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp58_ = self->priv->rating_button;
-#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp59_ = _ ("Rating");
-#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_rating_filter_button_set_label (_tmp58_, _tmp59_);
-#line 1116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp60_ = self->priv->rating_button;
-#line 1116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (_tmp60_, gtk_tool_item_get_type (), GtkToolItem), FALSE);
-#line 1117 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp61_ = self->priv->toolbar;
-#line 1117 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp62_ = self->priv->rating_button;
-#line 1117 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp61_, G_TYPE_CHECK_INSTANCE_CAST (_tmp62_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1119 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp63_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
-#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1119 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp63_);
-#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1119 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->sepr_rating_saved);
-#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1119 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->sepr_rating_saved = _tmp63_;
-#line 1121 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp64_ = self->priv->toolbar;
-#line 1121 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp65_ = self->priv->sepr_rating_saved;
-#line 1121 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp64_, G_TYPE_CHECK_INSTANCE_CAST (_tmp65_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1124 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1123 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp66_ = self->priv->saved_search_button;
-#line 1124 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1123 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (_tmp66_, gtk_tool_item_get_type (), GtkToolItem), FALSE);
-#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1124 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp67_ = self->priv->saved_search_button;
-#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1124 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp68_ = _ ("Saved Search");
-#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1124 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_filter_button_set_label (_tmp67_, _tmp68_);
-#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp69_ = self->priv->saved_search_button;
-#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp70_ = _ ("Use a saved search to filter items in the current view");
-#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp69_, gtk_tool_item_get_type (), GtkToolItem), _tmp70_);
-#line 1127 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp71_ = self->priv->saved_search_button;
-#line 1127 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp71_, "clicked", (GCallback) _search_filter_toolbar_on_saved_search_button_clicked_search_filter_toolbar_saved_search_filter_button_clicked, self, 0);
-#line 1128 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1127 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp72_ = self->priv->toolbar;
-#line 1128 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1127 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp73_ = self->priv->saved_search_button;
-#line 1128 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1127 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp72_, G_TYPE_CHECK_INSTANCE_CAST (_tmp73_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1131 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1130 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp74_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
-#line 1131 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1130 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp74_);
-#line 1131 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1130 "/home/jens/Source/shotwell/src/SearchFilter.vala"
separator_align = _tmp74_;
-#line 1132 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1131 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (separator_align, gtk_tool_item_get_type (), GtkToolItem), TRUE);
-#line 1133 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1132 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_separator_tool_item_set_draw (separator_align, FALSE);
-#line 1134 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1133 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp75_ = self->priv->toolbar;
-#line 1134 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1133 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp75_, G_TYPE_CHECK_INSTANCE_CAST (separator_align, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1137 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1136 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp76_ = self->priv->toolbar;
-#line 1137 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1136 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp77_ = self->priv->search_box;
-#line 1137 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1136 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp76_, G_TYPE_CHECK_INSTANCE_CAST (_tmp77_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1139 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1138 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp78_ = self->priv->toolbar;
-#line 1139 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1138 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp78_, gtk_widget_get_type (), GtkWidget));
-#line 1142 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1141 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp79_ = actions;
-#line 1142 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1141 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp79_, "flagged-toggled", (GCallback) _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled, self, 0);
-#line 1143 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1142 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp80_ = actions;
-#line 1143 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1142 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp80_, "photos-toggled", (GCallback) _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled, self, 0);
-#line 1144 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1143 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp81_ = actions;
-#line 1144 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1143 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp81_, "videos-toggled", (GCallback) _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled, self, 0);
-#line 1145 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1144 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp82_ = actions;
-#line 1145 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1144 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp82_, "raw-toggled", (GCallback) _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled, self, 0);
-#line 1146 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1145 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp83_ = actions;
-#line 1146 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1145 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp83_, "rating-changed", (GCallback) _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed, self, 0);
-#line 1147 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1146 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp84_ = actions;
-#line 1147 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1146 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp84_, "text-changed", (GCallback) _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed, self, 0);
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1147 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp85_ = actions;
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1147 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp85_, "criteria-changed", (GCallback) _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed, self, 0);
-#line 1151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1150 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp86_ = self->priv->toolbar;
-#line 1151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1150 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp86_, "popup-context-menu", (GCallback) _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu, self, 0);
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp87_ = actions;
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp88_ = search_filter_actions_get_has_photos (_tmp87_);
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp89_ = actions;
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp90_ = search_filter_actions_get_has_videos (_tmp89_);
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp91_ = actions;
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp92_ = search_filter_actions_get_has_raw (_tmp91_);
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp93_ = actions;
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp94_ = search_filter_actions_get_has_flagged (_tmp93_);
-#line 1153 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_media_context_changed (self, _tmp88_, _tmp90_, _tmp92_, _tmp94_);
#line 1052 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (separator_align);
@@ -5508,81 +5508,81 @@ static void search_filter_toolbar_on_media_context_changed (SearchFilterToolbar*
gboolean _tmp3_ = FALSE;
gboolean _tmp6_ = FALSE;
gboolean _tmp9_ = FALSE;
-#line 1172 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1171 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = has_photos;
-#line 1174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp0_) {
#line 5518 "SearchFilter.c"
SearchFilterToolbarToggleActionToolButton* _tmp1_ = NULL;
-#line 1175 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->priv->toolbtn_photos;
-#line 1175 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp1_, RESOURCES_ICON_FILTER_PHOTOS);
#line 5524 "SearchFilter.c"
} else {
SearchFilterToolbarToggleActionToolButton* _tmp2_ = NULL;
-#line 1177 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1176 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->toolbtn_photos;
-#line 1177 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1176 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp2_, RESOURCES_ICON_FILTER_PHOTOS_DISABLED);
#line 5531 "SearchFilter.c"
}
-#line 1179 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1178 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = has_videos;
-#line 1179 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1178 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp3_) {
#line 5537 "SearchFilter.c"
SearchFilterToolbarToggleActionToolButton* _tmp4_ = NULL;
-#line 1180 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1179 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->toolbtn_videos;
-#line 1180 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1179 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp4_, RESOURCES_ICON_FILTER_VIDEOS);
#line 5543 "SearchFilter.c"
} else {
SearchFilterToolbarToggleActionToolButton* _tmp5_ = NULL;
-#line 1182 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1181 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->priv->toolbtn_videos;
-#line 1182 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1181 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp5_, RESOURCES_ICON_FILTER_VIDEOS_DISABLED);
#line 5550 "SearchFilter.c"
}
-#line 1184 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1183 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = has_raw;
-#line 1184 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1183 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp6_) {
#line 5556 "SearchFilter.c"
SearchFilterToolbarToggleActionToolButton* _tmp7_ = NULL;
-#line 1185 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1184 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = self->priv->toolbtn_raw;
-#line 1185 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1184 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp7_, RESOURCES_ICON_FILTER_RAW);
#line 5562 "SearchFilter.c"
} else {
SearchFilterToolbarToggleActionToolButton* _tmp8_ = NULL;
-#line 1187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1186 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = self->priv->toolbtn_raw;
-#line 1187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1186 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp8_, RESOURCES_ICON_FILTER_RAW_DISABLED);
#line 5569 "SearchFilter.c"
}
-#line 1189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1188 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp9_ = has_flagged;
-#line 1189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1188 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp9_) {
#line 5575 "SearchFilter.c"
SearchFilterToolbarToggleActionToolButton* _tmp10_ = NULL;
-#line 1190 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->toolbtn_flag;
-#line 1190 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp10_, RESOURCES_ICON_FILTER_FLAGGED);
#line 5581 "SearchFilter.c"
} else {
SearchFilterToolbarToggleActionToolButton* _tmp11_ = NULL;
-#line 1192 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1191 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp11_ = self->priv->toolbtn_flag;
-#line 1192 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1191 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp11_, RESOURCES_ICON_FILTER_FLAGGED_DISABLED);
#line 5588 "SearchFilter.c"
}
@@ -5594,26 +5594,26 @@ static gboolean search_filter_toolbar_on_context_menu_requested (SearchFilterToo
GtkMenu* _tmp0_ = NULL;
gint _tmp1_ = 0;
guint32 _tmp2_ = 0U;
-#line 1196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (IS_SEARCH_FILTER_TOOLBAR (self), FALSE);
-#line 1197 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->close_menu;
-#line 1197 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = button;
-#line 1197 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = gtk_get_current_event_time ();
-#line 1197 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_menu_popup (_tmp0_, NULL, NULL, NULL, NULL, (guint) _tmp1_, _tmp2_);
-#line 1198 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1197 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
-#line 1198 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1197 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
#line 5612 "SearchFilter.c"
}
static GVariant* _variant_new39 (gboolean value) {
-#line 1215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
#line 5619 "SearchFilter.c"
}
@@ -5627,92 +5627,92 @@ static void search_filter_toolbar_on_context_menu_close_chosen (SearchFilterTool
GAction* _tmp2_ = NULL;
GSimpleAction* _tmp3_ = NULL;
GSimpleAction* _tmp4_ = NULL;
-#line 1203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1204 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = library_window_get_app ();
-#line 1204 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
aw = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_APP_WINDOW, AppWindow);
-#line 1209 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = aw;
-#line 1209 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = g_action_map_lookup_action (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, g_action_map_get_type (), GActionMap), "CommonDisplaySearchbar");
-#line 1209 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp2_, g_simple_action_get_type ()) ? ((GSimpleAction*) _tmp2_) : NULL);
-#line 1209 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
action = _tmp3_;
-#line 1213 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = action;
-#line 1213 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp4_ != NULL) {
#line 5649 "SearchFilter.c"
GSimpleAction* _tmp5_ = NULL;
GVariant* _tmp6_ = NULL;
-#line 1215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = action;
-#line 1215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = _variant_new39 (FALSE);
-#line 1215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit_by_name (_tmp5_, "change-state", _tmp6_);
-#line 1215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp6_);
#line 5660 "SearchFilter.c"
}
-#line 1203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (action);
-#line 1203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (aw);
#line 5666 "SearchFilter.c"
}
static void search_filter_toolbar_on_flagged_toggled (SearchFilterToolbar* self) {
-#line 1219 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1218 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1220 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1219 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 5675 "SearchFilter.c"
}
static void search_filter_toolbar_on_videos_toggled (SearchFilterToolbar* self) {
-#line 1223 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1222 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1223 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 5684 "SearchFilter.c"
}
static void search_filter_toolbar_on_photos_toggled (SearchFilterToolbar* self) {
-#line 1227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1226 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1228 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 5693 "SearchFilter.c"
}
static void search_filter_toolbar_on_raw_toggled (SearchFilterToolbar* self) {
-#line 1231 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1232 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1231 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 5702 "SearchFilter.c"
}
static void search_filter_toolbar_on_search_text_changed (SearchFilterToolbar* self) {
-#line 1235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1234 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 5711 "SearchFilter.c"
}
static GVariant* _variant_new40 (gboolean value) {
-#line 1250 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
#line 5718 "SearchFilter.c"
}
@@ -5727,68 +5727,68 @@ static void search_filter_toolbar_on_rating_changed (SearchFilterToolbar* self)
GAction* _tmp3_ = NULL;
GSimpleAction* _tmp4_ = NULL;
GSimpleAction* _tmp5_ = NULL;
-#line 1239 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1238 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1240 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1239 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = library_window_get_app ();
-#line 1240 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1239 "/home/jens/Source/shotwell/src/SearchFilter.vala"
aw = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_APP_WINDOW, AppWindow);
-#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1241 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = aw;
-#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1241 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp1_ == NULL) {
-#line 1243 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (aw);
-#line 1243 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return;
#line 5745 "SearchFilter.c"
}
-#line 1245 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = aw;
-#line 1245 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = g_action_map_lookup_action (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, g_action_map_get_type (), GActionMap), "CommonDisplaySearchbar");
-#line 1245 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp3_, g_simple_action_get_type ()) ? ((GSimpleAction*) _tmp3_) : NULL);
-#line 1245 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
action = _tmp4_;
-#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1248 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = action;
-#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1248 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp5_ != NULL) {
#line 5759 "SearchFilter.c"
GSimpleAction* _tmp6_ = NULL;
GVariant* _tmp7_ = NULL;
-#line 1250 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = action;
-#line 1250 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = _variant_new40 (TRUE);
-#line 1250 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit_by_name (_tmp6_, "change-state", _tmp7_);
-#line 1250 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp7_);
#line 5770 "SearchFilter.c"
}
-#line 1253 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1252 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 1239 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1238 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (action);
-#line 1239 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1238 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (aw);
#line 5778 "SearchFilter.c"
}
static void search_filter_toolbar_on_criteria_changed (SearchFilterToolbar* self) {
-#line 1259 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1258 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1260 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1259 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 5787 "SearchFilter.c"
}
static gpointer _view_filter_ref0 (gpointer self) {
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self ? view_filter_ref (self) : NULL;
#line 5794 "SearchFilter.c"
}
@@ -5805,45 +5805,45 @@ void search_filter_toolbar_set_view_filter (SearchFilterToolbar* self, SearchVie
SearchFilterToolbarRatingFilterButton* _tmp7_ = NULL;
SearchViewFilter* _tmp8_ = NULL;
guint _tmp9_ = 0U;
-#line 1263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1262 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1262 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (search_filter));
-#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = search_filter;
-#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->priv->search_filter;
-#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp0_ == _tmp1_) {
-#line 1265 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return;
#line 5821 "SearchFilter.c"
}
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = search_filter;
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = _view_filter_ref0 (_tmp2_);
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_view_filter_unref0 (self->priv->search_filter);
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->search_filter = _tmp3_;
-#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1269 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->actions;
-#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1269 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = search_filter;
-#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1269 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = search_view_filter_get_criteria (_tmp5_);
-#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1269 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_set_sensitive_for_search_criteria (_tmp4_, (SearchFilterCriteria) _tmp6_);
-#line 1271 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = self->priv->rating_button;
-#line 1271 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = search_filter;
-#line 1271 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp9_ = search_view_filter_get_criteria (_tmp8_);
-#line 1271 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_widget_get_type (), GtkWidget), (SEARCH_FILTER_CRITERIA_RATING & _tmp9_) != 0);
-#line 1273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1272 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 5849 "SearchFilter.c"
}
@@ -5852,15 +5852,15 @@ void search_filter_toolbar_set_view_filter (SearchFilterToolbar* self, SearchVie
void search_filter_toolbar_unset_view_filter (SearchFilterToolbar* self) {
DisabledViewFilter* _tmp0_ = NULL;
DisabledViewFilter* _tmp1_ = NULL;
-#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1275 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1277 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = disabled_view_filter_new ();
-#line 1277 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _tmp0_;
-#line 1277 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_set_view_filter (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
-#line 1277 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_view_filter_unref0 (_tmp1_);
#line 5866 "SearchFilter.c"
}
@@ -5949,266 +5949,266 @@ void search_filter_toolbar_update (SearchFilterToolbar* self) {
gboolean _tmp82_ = FALSE;
GtkSeparatorToolItem* _tmp93_ = NULL;
SearchViewFilter* _tmp94_ = NULL;
-#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1280 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1282 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->search_filter;
-#line 1282 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (NULL == _tmp0_) {
#line 5959 "SearchFilter.c"
LibraryWindow* _tmp1_ = NULL;
LibraryWindow* _tmp2_ = NULL;
-#line 1284 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1283 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = library_window_get_app ();
-#line 1284 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1283 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = _tmp1_;
-#line 1284 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1283 "/home/jens/Source/shotwell/src/SearchFilter.vala"
library_window_show_search_bar (_tmp2_, TRUE);
-#line 1284 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1283 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (_tmp2_);
#line 5970 "SearchFilter.c"
}
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = self->priv->search_filter;
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_vala_assert (NULL != _tmp3_, "null != search_filter");
-#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->search_filter;
-#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->priv->actions;
-#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = search_filter_actions_get_text (_tmp5_);
-#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = _tmp6_;
-#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = text_action_get_value (_tmp7_);
-#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp9_ = _tmp8_;
-#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_set_search_filter (_tmp4_, _tmp9_);
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->search_filter;
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp11_ = self->priv->actions;
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp12_ = search_filter_actions_get_flagged (_tmp11_);
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp13_ = _tmp12_;
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp14_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, g_action_get_type (), GAction));
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp15_ = _tmp14_;
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp16_ = g_variant_get_boolean (_tmp15_);
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_set_flagged (_tmp10_, _tmp16_);
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp15_);
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp17_ = self->priv->search_filter;
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp18_ = self->priv->actions;
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp19_ = search_filter_actions_get_videos (_tmp18_);
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp20_ = _tmp19_;
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp21_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, g_action_get_type (), GAction));
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp22_ = _tmp21_;
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp23_ = g_variant_get_boolean (_tmp22_);
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_set_show_media_video (_tmp17_, _tmp23_);
-#line 1291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp22_);
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp24_ = self->priv->search_filter;
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp25_ = self->priv->actions;
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp26_ = search_filter_actions_get_photos (_tmp25_);
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp27_ = _tmp26_;
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp28_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, g_action_get_type (), GAction));
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp29_ = _tmp28_;
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp30_ = g_variant_get_boolean (_tmp29_);
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_set_show_media_photos (_tmp24_, _tmp30_);
-#line 1293 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp29_);
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp31_ = self->priv->search_filter;
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp32_ = self->priv->actions;
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp33_ = search_filter_actions_get_raw (_tmp32_);
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp34_ = _tmp33_;
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp35_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp34_, g_action_get_type (), GAction));
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp36_ = _tmp35_;
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp37_ = g_variant_get_boolean (_tmp36_);
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_set_show_media_raw (_tmp31_, _tmp37_);
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp36_);
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp38_ = self->priv->actions;
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp39_ = search_filter_actions_get_rating (_tmp38_);
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp40_ = _tmp39_;
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp41_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp40_, g_action_get_type (), GAction));
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp42_ = _tmp41_;
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp43_ = g_variant_get_string (_tmp42_, NULL);
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp44_ = atoi (_tmp43_);
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp45_ = (RatingFilter) _tmp44_;
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp42_);
-#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
filter = _tmp45_;
-#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp46_ = self->priv->search_filter;
-#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp47_ = filter;
-#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_set_rating_filter (_tmp46_, _tmp47_);
-#line 1299 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp48_ = self->priv->rating_button;
-#line 1299 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp49_ = filter;
-#line 1299 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_rating_filter_button_set_filter_icon (_tmp48_, _tmp49_);
-#line 1301 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1300 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp50_ = self->priv->search_filter;
-#line 1301 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1300 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp51_ = self->priv->saved_search;
-#line 1301 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1300 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_set_saved_search (_tmp50_, _tmp51_);
-#line 1305 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1304 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp52_ = self->priv->actions;
-#line 1305 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1304 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp53_ = search_filter_actions_get_criteria (_tmp52_);
-#line 1305 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1304 "/home/jens/Source/shotwell/src/SearchFilter.vala"
criteria = _tmp53_;
-#line 1307 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1306 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp54_ = self->priv->search_box;
-#line 1307 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1306 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp55_ = criteria;
-#line 1307 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1306 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp54_, gtk_widget_get_type (), GtkWidget), (_tmp55_ & SEARCH_FILTER_CRITERIA_TEXT) != 0);
-#line 1309 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1308 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp56_ = self->priv->rating_button;
-#line 1309 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1308 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp57_ = criteria;
-#line 1309 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1308 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp56_, gtk_widget_get_type (), GtkWidget), (_tmp57_ & SEARCH_FILTER_CRITERIA_RATING) != 0);
-#line 1311 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp58_ = self->priv->toolbtn_flag;
-#line 1311 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp59_ = criteria;
-#line 1311 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp58_, gtk_widget_get_type (), GtkWidget), (_tmp59_ & SEARCH_FILTER_CRITERIA_FLAG) != 0);
-#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1312 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp60_ = self->priv->label_type;
-#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1312 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp61_ = criteria;
-#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1312 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp60_, gtk_widget_get_type (), GtkWidget), (_tmp61_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
-#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp62_ = self->priv->toolbtn_photos;
-#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp63_ = criteria;
-#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp62_, gtk_widget_get_type (), GtkWidget), (_tmp63_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
-#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp64_ = self->priv->toolbtn_videos;
-#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp65_ = criteria;
-#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp64_, gtk_widget_get_type (), GtkWidget), (_tmp65_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
-#line 1316 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp66_ = self->priv->toolbtn_raw;
-#line 1316 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp67_ = criteria;
-#line 1316 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp66_, gtk_widget_get_type (), GtkWidget), (_tmp67_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
-#line 1318 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1317 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp68_ = self->priv->saved_search_button;
-#line 1318 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1317 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp69_ = criteria;
-#line 1318 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1317 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp68_, gtk_widget_get_type (), GtkWidget), (_tmp69_ & SEARCH_FILTER_CRITERIA_SAVEDSEARCH) != 0);
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp71_ = self->priv->label_type;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp72_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp71_, gtk_widget_get_type (), GtkWidget));
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp73_ = _tmp72_;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp73_) {
#line 6162 "SearchFilter.c"
SearchFilterToolbarToggleActionToolButton* _tmp74_ = NULL;
gboolean _tmp75_ = FALSE;
gboolean _tmp76_ = FALSE;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp74_ = self->priv->toolbtn_flag;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp75_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp74_, gtk_widget_get_type (), GtkWidget));
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp76_ = _tmp75_;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp70_ = _tmp76_;
#line 6174 "SearchFilter.c"
} else {
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp70_ = FALSE;
#line 6178 "SearchFilter.c"
}
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp77_ = self->priv->sepr_mediatype_flagged;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp77_, gtk_widget_get_type (), GtkWidget), _tmp70_);
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp80_ = self->priv->label_type;
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp81_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp80_, gtk_widget_get_type (), GtkWidget));
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp82_ = _tmp81_;
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp82_) {
#line 6192 "SearchFilter.c"
SearchFilterToolbarRatingFilterButton* _tmp83_ = NULL;
gboolean _tmp84_ = FALSE;
gboolean _tmp85_ = FALSE;
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp83_ = self->priv->rating_button;
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp84_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp83_, gtk_widget_get_type (), GtkWidget));
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp85_ = _tmp84_;
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp79_ = _tmp85_;
#line 6204 "SearchFilter.c"
} else {
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp79_ = FALSE;
#line 6208 "SearchFilter.c"
}
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp79_) {
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp78_ = TRUE;
#line 6214 "SearchFilter.c"
} else {
@@ -6216,43 +6216,43 @@ void search_filter_toolbar_update (SearchFilterToolbar* self) {
SearchFilterToolbarToggleActionToolButton* _tmp87_ = NULL;
gboolean _tmp88_ = FALSE;
gboolean _tmp89_ = FALSE;
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp87_ = self->priv->toolbtn_flag;
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp88_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp87_, gtk_widget_get_type (), GtkWidget));
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp89_ = _tmp88_;
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp89_) {
#line 6228 "SearchFilter.c"
SearchFilterToolbarRatingFilterButton* _tmp90_ = NULL;
gboolean _tmp91_ = FALSE;
gboolean _tmp92_ = FALSE;
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp90_ = self->priv->rating_button;
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp91_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp90_, gtk_widget_get_type (), GtkWidget));
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp92_ = _tmp91_;
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp86_ = _tmp92_;
#line 6240 "SearchFilter.c"
} else {
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp86_ = FALSE;
#line 6244 "SearchFilter.c"
}
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp78_ = _tmp86_;
#line 6248 "SearchFilter.c"
}
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp93_ = self->priv->sepr_flagged_rating;
-#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp93_, gtk_widget_get_type (), GtkWidget), _tmp78_);
-#line 1328 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1327 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp94_ = self->priv->search_filter;
-#line 1328 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1327 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp94_, TYPE_VIEW_FILTER, ViewFilter), "refresh");
#line 6258 "SearchFilter.c"
}
@@ -6261,32 +6261,32 @@ void search_filter_toolbar_update (SearchFilterToolbar* self) {
static void search_filter_toolbar_on_savedsearch_selected (SearchFilterToolbar* self, SavedSearch* saved_search) {
SavedSearch* _tmp0_ = NULL;
SavedSearch* _tmp1_ = NULL;
-#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1330 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1330 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SAVED_SEARCH (saved_search));
-#line 1332 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = saved_search;
-#line 1332 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _g_object_ref0 (_tmp0_);
-#line 1332 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->saved_search);
-#line 1332 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->saved_search = _tmp1_;
-#line 1333 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1332 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 6279 "SearchFilter.c"
}
static void search_filter_toolbar_disable_savedsearch (SearchFilterToolbar* self) {
-#line 1336 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1335 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1337 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1336 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->saved_search);
-#line 1337 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1336 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->saved_search = NULL;
-#line 1338 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1337 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
#line 6292 "SearchFilter.c"
}
@@ -6298,25 +6298,25 @@ static void search_filter_toolbar_edit_dialog (SearchFilterToolbar* self, SavedS
SavedSearchDialog* ssd = NULL;
SavedSearch* _tmp2_ = NULL;
SavedSearchDialog* _tmp3_ = NULL;
-#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SAVED_SEARCH (search));
-#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->saved_search_button;
-#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _tmp0_->filter_popup;
-#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_hide (_tmp1_);
-#line 1343 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = search;
-#line 1343 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = saved_search_dialog_new_edit_existing (_tmp2_);
-#line 1343 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
ssd = _tmp3_;
-#line 1344 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1343 "/home/jens/Source/shotwell/src/SearchFilter.vala"
saved_search_dialog_show (ssd);
-#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_saved_search_dialog_unref0 (ssd);
#line 6322 "SearchFilter.c"
}
@@ -6327,21 +6327,21 @@ static void search_filter_toolbar_delete_dialog (SearchFilterToolbar* self, Save
SearchFilterToolbarSavedSearchPopover* _tmp1_ = NULL;
SavedSearch* _tmp2_ = NULL;
gboolean _tmp3_ = FALSE;
-#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1346 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1346 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SAVED_SEARCH (search));
-#line 1348 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->saved_search_button;
-#line 1348 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _tmp0_->filter_popup;
-#line 1348 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_hide (_tmp1_);
-#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1348 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = search;
-#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1348 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = dialogs_confirm_delete_saved_search (_tmp2_);
-#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1348 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp3_) {
#line 6347 "SearchFilter.c"
CommandManager* _tmp4_ = NULL;
@@ -6349,21 +6349,21 @@ static void search_filter_toolbar_delete_dialog (SearchFilterToolbar* self, Save
SavedSearch* _tmp6_ = NULL;
DeleteSavedSearchCommand* _tmp7_ = NULL;
DeleteSavedSearchCommand* _tmp8_ = NULL;
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = app_window_get_command_manager ();
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = _tmp4_;
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = search;
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = delete_saved_search_command_new (_tmp6_);
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = _tmp7_;
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
command_manager_execute (_tmp5_, G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, TYPE_COMMAND, Command));
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (_tmp8_);
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_command_manager_unref0 (_tmp5_);
#line 6369 "SearchFilter.c"
}
@@ -6375,21 +6375,21 @@ static void search_filter_toolbar_add_dialog (SearchFilterToolbar* self) {
SearchFilterToolbarSavedSearchPopover* _tmp1_ = NULL;
SavedSearchDialog* _tmp2_ = NULL;
SavedSearchDialog* _tmp3_ = NULL;
-#line 1353 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1352 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1353 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->saved_search_button;
-#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1353 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _tmp0_->filter_popup;
-#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1353 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_hide (_tmp1_);
-#line 1355 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = saved_search_dialog_new ();
-#line 1355 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = _tmp2_;
-#line 1355 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
saved_search_dialog_show (_tmp3_);
-#line 1355 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_saved_search_dialog_unref0 (_tmp3_);
#line 6395 "SearchFilter.c"
}
@@ -6400,56 +6400,56 @@ static void search_filter_toolbar_on_popover_closed (SearchFilterToolbar* self)
SavedSearch* _tmp1_ = NULL;
SearchFilterToolbarSavedSearchFilterButton* _tmp2_ = NULL;
SearchFilterToolbarSavedSearchPopover* _tmp3_ = NULL;
-#line 1358 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1357 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1360 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1359 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->elide_showing_again = TRUE;
-#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1360 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->saved_search_button;
-#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1360 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->priv->saved_search;
-#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1360 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_filter_button_set_active (_tmp0_, _tmp1_ != NULL);
-#line 1362 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->saved_search_button;
-#line 1362 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = _tmp2_->filter_popup;
-#line 1362 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_hide (_tmp3_);
#line 6420 "SearchFilter.c"
}
static void _search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self) {
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_edit_dialog ((SearchFilterToolbar*) self, search);
#line 6427 "SearchFilter.c"
}
static void _search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self) {
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_savedsearch_selected ((SearchFilterToolbar*) self, search);
#line 6434 "SearchFilter.c"
}
static void _search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self) {
-#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_delete_dialog ((SearchFilterToolbar*) self, search);
#line 6441 "SearchFilter.c"
}
static void _search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked (SearchFilterToolbarSavedSearchPopover* _sender, gpointer self) {
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_add_dialog ((SearchFilterToolbar*) self);
#line 6448 "SearchFilter.c"
}
static void _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed (SearchFilterToolbarSavedSearchPopover* _sender, gpointer self) {
-#line 1377 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_popover_closed ((SearchFilterToolbar*) self);
#line 6455 "SearchFilter.c"
}
@@ -6458,44 +6458,44 @@ static void _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved
static void search_filter_toolbar_on_saved_search_button_clicked (SearchFilterToolbar* self) {
gboolean _tmp0_ = FALSE;
gboolean _tmp1_ = FALSE;
-#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1364 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->priv->elide_showing_again;
-#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp1_) {
#line 6468 "SearchFilter.c"
SavedSearch* _tmp2_ = NULL;
-#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->saved_search;
-#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = _tmp2_ == NULL;
#line 6474 "SearchFilter.c"
} else {
-#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = FALSE;
#line 6478 "SearchFilter.c"
}
-#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp0_) {
#line 6482 "SearchFilter.c"
} else {
SavedSearch* _tmp3_ = NULL;
-#line 1367 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = self->priv->saved_search;
-#line 1367 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp3_ != NULL) {
#line 6489 "SearchFilter.c"
SearchFilterToolbarSavedSearchFilterButton* _tmp4_ = NULL;
-#line 1368 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1367 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->saved_search);
-#line 1368 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1367 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->saved_search = NULL;
-#line 1369 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1368 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->saved_search_button;
-#line 1369 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1368 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_filter_button_set_active (_tmp4_, FALSE);
-#line 1370 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1369 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_disable_savedsearch (self);
#line 6501 "SearchFilter.c"
} else {
@@ -6516,11 +6516,11 @@ static void search_filter_toolbar_on_saved_search_button_clicked (SearchFilterTo
SearchFilterToolbarSavedSearchPopover* _tmp34_ = NULL;
SearchFilterToolbarSavedSearchFilterButton* _tmp35_ = NULL;
SearchFilterToolbarSavedSearchPopover* _tmp36_ = NULL;
-#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->priv->saved_search_button;
-#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = _tmp5_->filter_popup;
-#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp6_ != NULL) {
#line 6526 "SearchFilter.c"
SearchFilterToolbarSavedSearchFilterButton* _tmp7_ = NULL;
@@ -6538,98 +6538,98 @@ static void search_filter_toolbar_on_saved_search_button_clicked (SearchFilterTo
SearchFilterToolbarSavedSearchFilterButton* _tmp19_ = NULL;
SearchFilterToolbarSavedSearchPopover* _tmp20_ = NULL;
guint _tmp21_ = 0U;
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = self->priv->saved_search_button;
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = _tmp7_->filter_popup;
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("edit-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp9_, NULL, FALSE);
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp8_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp9_, 0, NULL, (GCallback) _search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked, self);
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->saved_search_button;
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp11_ = _tmp10_->filter_popup;
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("search-activated", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp12_, NULL, FALSE);
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp11_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp12_, 0, NULL, (GCallback) _search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated, self);
-#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp13_ = self->priv->saved_search_button;
-#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp14_ = _tmp13_->filter_popup;
-#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("delete-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp15_, NULL, FALSE);
-#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp14_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp15_, 0, NULL, (GCallback) _search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked, self);
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp16_ = self->priv->saved_search_button;
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp17_ = _tmp16_->filter_popup;
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("add-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp18_, NULL, FALSE);
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp17_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp18_, 0, NULL, (GCallback) _search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked, self);
-#line 1377 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp19_ = self->priv->saved_search_button;
-#line 1377 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp20_ = _tmp19_->filter_popup;
-#line 1377 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("closed", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp21_, NULL, FALSE);
-#line 1377 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp20_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp21_, 0, NULL, (GCallback) _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed, self);
#line 6582 "SearchFilter.c"
}
-#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp22_ = self->priv->saved_search_button;
-#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp23_ = self->priv->saved_search_button;
-#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp24_ = search_filter_toolbar_saved_search_popover_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, gtk_widget_get_type (), GtkWidget));
-#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_search_filter_toolbar_saved_search_popover_unref0 (_tmp22_->filter_popup);
-#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp22_->filter_popup = _tmp24_;
-#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp25_ = self->priv->saved_search_button;
-#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp26_ = _tmp25_->filter_popup;
-#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp26_, "edit-clicked", (GCallback) _search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked, self, 0);
-#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp27_ = self->priv->saved_search_button;
-#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp28_ = _tmp27_->filter_popup;
-#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp28_, "search-activated", (GCallback) _search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated, self, 0);
-#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp29_ = self->priv->saved_search_button;
-#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp30_ = _tmp29_->filter_popup;
-#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp30_, "delete-clicked", (GCallback) _search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked, self, 0);
-#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp31_ = self->priv->saved_search_button;
-#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp32_ = _tmp31_->filter_popup;
-#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp32_, "add-clicked", (GCallback) _search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked, self, 0);
-#line 1384 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp33_ = self->priv->saved_search_button;
-#line 1384 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp34_ = _tmp33_->filter_popup;
-#line 1384 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp34_, "closed", (GCallback) _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed, self, 0);
-#line 1386 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1385 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp35_ = self->priv->saved_search_button;
-#line 1386 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1385 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp36_ = _tmp35_->filter_popup;
-#line 1386 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1385 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_show_all (_tmp36_);
#line 6630 "SearchFilter.c"
}
}
-#line 1388 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1387 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->elide_showing_again = FALSE;
#line 6635 "SearchFilter.c"
}
@@ -6637,11 +6637,11 @@ static void search_filter_toolbar_on_saved_search_button_clicked (SearchFilterTo
void search_filter_toolbar_take_focus (SearchFilterToolbar* self) {
SearchFilterToolbarSearchBox* _tmp0_ = NULL;
-#line 1391 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1390 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1392 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1391 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->search_box;
-#line 1392 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1391 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_search_box_get_focus (_tmp0_);
#line 6647 "SearchFilter.c"
}
@@ -9484,59 +9484,59 @@ static void search_filter_toolbar_finalize (GObject* obj) {
guint _tmp17_ = 0U;
#line 606 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_SEARCH_FILTER_TOOLBAR, SearchFilterToolbar);
-#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->actions;
-#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("media-context-changed", TYPE_SEARCH_FILTER_ACTIONS, &_tmp1_, NULL, FALSE);
-#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp0_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp1_, 0, NULL, (GCallback) _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed, self);
-#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->actions;
-#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("flagged-toggled", TYPE_SEARCH_FILTER_ACTIONS, &_tmp3_, NULL, FALSE);
-#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp2_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp3_, 0, NULL, (GCallback) _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled, self);
-#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->actions;
-#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("photos-toggled", TYPE_SEARCH_FILTER_ACTIONS, &_tmp5_, NULL, FALSE);
-#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp4_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp5_, 0, NULL, (GCallback) _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled, self);
-#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = self->priv->actions;
-#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("videos-toggled", TYPE_SEARCH_FILTER_ACTIONS, &_tmp7_, NULL, FALSE);
-#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp6_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp7_, 0, NULL, (GCallback) _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled, self);
-#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = self->priv->actions;
-#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("raw-toggled", TYPE_SEARCH_FILTER_ACTIONS, &_tmp9_, NULL, FALSE);
-#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp8_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp9_, 0, NULL, (GCallback) _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled, self);
-#line 1165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->actions;
-#line 1165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("rating-changed", TYPE_SEARCH_FILTER_ACTIONS, &_tmp11_, NULL, FALSE);
-#line 1165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp10_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp11_, 0, NULL, (GCallback) _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed, self);
-#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp12_ = self->priv->actions;
-#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("text-changed", TYPE_SEARCH_FILTER_ACTIONS, &_tmp13_, NULL, FALSE);
-#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp12_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp13_, 0, NULL, (GCallback) _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed, self);
-#line 1167 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp14_ = self->priv->actions;
-#line 1167 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("criteria-changed", TYPE_SEARCH_FILTER_ACTIONS, &_tmp15_, NULL, FALSE);
-#line 1167 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp14_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp15_, 0, NULL, (GCallback) _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed, self);
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1168 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp16_ = self->priv->toolbar;
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1168 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("popup-context-menu", gtk_toolbar_get_type (), &_tmp17_, NULL, FALSE);
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1168 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp16_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp17_, 0, NULL, (GCallback) _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu, self);
#line 607 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbar);