~cairo-dock-team/ubuntu/natty/cairo-dock-plug-ins/2.3.0-2.1

« back to all changes in this revision

Viewing changes to weblets/src/applet-widget.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-10 00:05:57 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20100810000557-htcyq9gwo5f7r6ec
Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
void load_finished_cb(WebKitWebView *pWebKitView, WebKitWebFrame* widget
65
65
, CairoDockModuleInstance *myApplet)
66
66
{
67
 
        g_print ("weblets : (re)load finished\n");
 
67
        cd_debug ("weblets : (re)load finished\n");
68
68
        // update scrollbars status
69
69
        show_hide_scrollbars(myApplet);
70
70
}
91
91
        else
92
92
        {
93
93
                cairo_dock_add_interactive_widget_to_desklet_full (myData.pGtkMozEmbed, myDesklet, myConfig.iRightMargin);
94
 
                cairo_dock_set_desklet_renderer_by_name (myDesklet, NULL, NULL, ! CAIRO_DOCK_LOAD_ICONS_FOR_DESKLET, NULL);
 
94
                CD_APPLET_SET_DESKLET_RENDERER (NULL);
95
95
        }
96
96
}
97
97