diff options
Diffstat (limited to 'lib/egg/egg-toolbars-model.c')
-rwxr-xr-x | lib/egg/egg-toolbars-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/egg-toolbars-model.c b/lib/egg/egg-toolbars-model.c index 8e44d9365..0da5cbd69 100755 --- a/lib/egg/egg-toolbars-model.c +++ b/lib/egg/egg-toolbars-model.c @@ -585,7 +585,7 @@ egg_toolbars_model_remove_toolbar (EggToolbarsModel *t, flags = egg_toolbars_model_get_flags (t, position); - if (!(flags && EGG_TB_MODEL_NOT_REMOVABLE)) + if (!(flags & EGG_TB_MODEL_NOT_REMOVABLE)) { node = g_node_nth_child (t->priv->toolbars, position); g_return_if_fail (node != NULL); |