~ubuntu-branches/ubuntu/gutsy/avscan/gutsy-security

« back to all changes in this revision

Viewing changes to avscan/menubutton.c

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2006-08-31 18:52:27 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060831185227-ol7ren8qsenrzlvh
Tags: 0.8.5-openssl-1
* New upstream release.
* Register html documentation with doc-base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
        w = rel_widget;
267
267
        allocation = &w->allocation;
268
268
        gdk_window_get_root_position(w->window, &rx, &ry);
269
 
        if(GTK_WIDGET_NO_WINDOW(w))
 
269
        if(GTK_WIDGET_NO_WINDOW(w))
270
270
        {
271
271
            rx += allocation->x;
272
272
            ry += allocation->y;