~dannote/midori/luaplugin

« back to all changes in this revision

Viewing changes to midori/midori-locationaction.c

  • Committer: RabbitBot
  • Author(s): Christian Dywan
  • Date: 2015-04-19 15:20:39 UTC
  • mfrom: (6936.1.1 midori.trunks)
  • Revision ID: rabbitbot-20150419152039-ulffq3ej5aynevmr
Fix HAVE_GCR guards after GtkPopover port

Show diffs side-by-side

added added

removed removed

Lines of Context:
1367
1367
    }
1368
1368
    gtk_widget_hide (dialog);
1369
1369
}
1370
 
#endif
1371
1370
 
1372
1371
#if GTK_CHECK_VERSION (3, 12, 0)
1373
1372
static void
1387
1386
        g_assert_not_reached ();
1388
1387
    midori_location_action_cert_response_cb (dialog, response, gcr_cert);
1389
1388
}
 
1389
#endif
 
1390
#endif
1390
1391
 
 
1392
#if GTK_CHECK_VERSION (3, 12, 0)
1391
1393
static gboolean
1392
1394
midori_location_action_popover_button_press_event_cb (GtkWidget*      widget,
1393
1395
                                                      GdkEventButton* event,