diff options
Diffstat (limited to 'cut-n-paste/toolbar-editor')
| -rw-r--r-- | cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c index b92ec33..135b3bd 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c @@ -1107,12 +1107,14 @@ static void  update_fixed (EggEditableToolbar *etoolbar)  {    GtkWidget *toolbar, *dock; -  if (!etoolbar->priv->fixed_toolbar) return; + +  if (!etoolbar->priv->fixed_toolbar) +    return;    toolbar = etoolbar->priv->fixed_toolbar;    dock = get_dock_nth (etoolbar, 0); -  if (dock && toolbar && gtk_widget_get_parent (toolbar) == NULL) +  if (dock && gtk_widget_get_parent (toolbar) == NULL)      {        gtk_box_pack_end (GTK_BOX (dock), toolbar, FALSE, TRUE, 0); | 
