~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-privatedata.c

  • Committer: RabbitBot
  • Author(s): Geronimo Bareiro, Christian Dywan
  • Date: 2015-04-28 22:01:05 UTC
  • mfrom: (6936.2.7 midori.webkit2gtk4abiBreak)
  • Revision ID: rabbitbot-20150428220105-9h1143natswluxym
Move to WebKit2 4.0 which broke ABI

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    {
120
120
        MidoriPrivateDataItem* privacy = data_items->data;
121
121
        button = g_object_get_data (G_OBJECT (dialog), privacy->name);
122
 
        g_return_if_fail (button != NULL && GTK_IS_TOGGLE_BUTTON (button));
 
122
        g_return_val_if_fail (button != NULL && GTK_IS_TOGGLE_BUTTON (button), false);
123
123
        if (gtk_toggle_button_get_active (button))
124
124
            count++;
125
125
    }