~ubuntu-branches/ubuntu/gutsy/tomboy/gutsy-updates

« back to all changes in this revision

Viewing changes to libtomboy/tomboyutil.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-02-26 22:14:12 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070226221412-1mc3m280nwkm1691
Tags: 0.5.9-0ubuntu1
* New upstream release:
  + This is a bugfix-only release...
  + Fix crash when dragging email with blank subject from
    Evolution (#408859).
  + Fix link uris when drag & drop from nautilus with multiple
    files (#412355).
  + Fix drag & drop behavior to insert dropped uris at mouse
    location (#330964).
  + Fix to only show sticky note importer if external sticky
    notes exist (#404739).
  + Fix to open search dialog in foreground (#411924, Wouter Bolsterlee).
  + Use default GNOME font settings by default (#358974, Wouter Bolsterlee).
  + Remove author names from official Tomboy plugins (#410314).
  + Update minimum requirements: gtk/gdk 2.6.0, gtk-sharp 2.6.0 (#412130).
  + Install DBus service file to --prefix when not auto detected.
  + Disable NoteOfTheDayPlugin by default.
* debian/control:
  + Update build dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
static void
104
104
tomboy_window_override_user_time (GtkWindow *window)
105
105
{
106
 
#ifdef HAVE_GDK_X11_WINDOW_SET_USER_TIME
107
106
        guint32 ev_time = gtk_get_current_event_time();
108
107
 
109
108
        if (ev_time == 0) {
129
128
 
130
129
        TRACE (g_print("Setting _NET_WM_USER_TIME to: %d\n", ev_time));
131
130
        gdk_x11_window_set_user_time (GTK_WIDGET(window)->window, ev_time);
132
 
#endif
133
131
}
134
132
 
135
133
void