Changeset 581

Show
Ignore:
Timestamp:
06/03/08 17:26:17 (3 months ago)
Author:
kickback
Message:

sweep-unstable: use gtk_window_present to raise the scheme editor window instead of gdk_window_raise. doesn't work for switching to the current desktop. meh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/branches/sweep-unstable/src/schemes.c

    r576 r581  
    11361136       
    11371137  } else 
    1138          
    1139     gdk_window_raise (GDK_WINDOW (window->window)); 
     1138                 
     1139    gtk_window_present (GTK_WINDOW (window)); 
    11401140} 
    11411141