~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to stickynotes/stickynotes_applet_callbacks.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-02-26 09:27:38 UTC
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: james.westby@ubuntu.com-20080226092738-75jsq058qu9w4qwq
Tags: upstream-2.21.92
ImportĀ upstreamĀ versionĀ 2.21.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
            (((XEvent*)xevent)->xproperty.atom == gdk_x11_get_xatom_by_name ("_NET_WM_USER_TIME"))) { 
141
141
                stickynote_show_notes (FALSE);
142
142
        } 
 
143
        return GDK_FILTER_CONTINUE;
143
144
}
144
145
 
145
146
void install_check_click_on_desktop (void)