~ubuntu-branches/ubuntu/quantal/epiphany-extensions/quantal

« back to all changes in this revision

Viewing changes to extensions/select-stylesheet/ephy-css-menu.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-05-12 12:54:40 UTC
  • mfrom: (1.1.41 upstream) (2.3.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100512125440-xzz3sf7fp213rt4p
Tags: 2.30.1-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
        g_signal_connect (window, "notify::active-child",
359
359
                          G_CALLBACK (sync_active_tab_cb), menu);
360
360
 
361
 
        if (gtk_widget_get_realized (window))
 
361
        if (gtk_widget_get_realized (GTK_WIDGET (window)))
362
362
        {
363
363
                embed = ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (window));
364
364
                ephy_css_menu_set_embed (menu, embed);