/[classpath]/classpath/gnu/java/awt/peer/gtk/GtkDialogPeer.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GtkDialogPeer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21.2.5 by gnu_andrew, Tue Aug 2 20:12:09 2005 UTC revision 1.21.2.6 by gnu_andrew, Tue Sep 20 18:46:23 2005 UTC
# Line 83  public class GtkDialogPeer extends GtkWi Line 83  public class GtkDialogPeer extends GtkWi
83    void create ()    void create ()
84    {    {
85      // Create a decorated dialog window.      // Create a decorated dialog window.
86      create (GDK_WINDOW_TYPE_HINT_DIALOG, true);      create (GDK_WINDOW_TYPE_HINT_DIALOG,
87                !((Dialog) awtComponent).isUndecorated ());
88    
89      Dialog dialog = (Dialog) awtComponent;      Dialog dialog = (Dialog) awtComponent;
90    

Legend:
Removed from v.1.21.2.5  
changed lines
  Added in v.1.21.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26