diff options
author | monsta <[email protected]> | 2016-02-01 18:28:19 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-02-01 18:28:19 +0300 |
commit | 4190ce2680b339c9bfc3d51008811f0b1abb1b9d (patch) | |
tree | de22c54c09fb01ec3faf726926abd021d6861f5d /shell/eggfindbar.c | |
parent | 3d33cb3373eaba1615165b8830a19458cd6a7df2 (diff) | |
download | atril-4190ce2680b339c9bfc3d51008811f0b1abb1b9d.tar.bz2 atril-4190ce2680b339c9bfc3d51008811f0b1abb1b9d.tar.xz |
fix some build warnings
Diffstat (limited to 'shell/eggfindbar.c')
-rw-r--r-- | shell/eggfindbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/eggfindbar.c b/shell/eggfindbar.c index e68cc844..561b6d85 100644 --- a/shell/eggfindbar.c +++ b/shell/eggfindbar.c @@ -631,7 +631,7 @@ egg_find_bar_set_case_sensitive (EggFindBar *find_bar, { priv->case_sensitive = case_sensitive; - gtk_toggle_tool_button_set_active (priv->case_button, + gtk_toggle_tool_button_set_active (GTK_TOGGLE_TOOL_BUTTON (priv->case_button), priv->case_sensitive); g_object_notify (G_OBJECT (find_bar), |