~ubuntu-branches/ubuntu/natty/smuxi/natty

« back to all changes in this revision

Viewing changes to src/Frontend-GNOME/gtk-gui/Smuxi.Frontend.Gnome.OpenChatDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2010-01-11 22:47:12 UTC
  • mto: (4.2.5 sid) (1.1.4 upstream) (15.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100111224712-cdvx3vondz2g08vg
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
            this.WindowPosition = ((Gtk.WindowPosition)(4));
36
36
            this.Resizable = false;
37
37
            this.AllowGrow = false;
38
 
            this.HasSeparator = false;
39
38
            // Internal child Smuxi.Frontend.Gnome.OpenChatDialog.VBox
40
39
            Gtk.VBox w1 = this.VBox;
41
40
            w1.Name = "dialog1_VBox";
134
133
            }
135
134
            this.DefaultWidth = 236;
136
135
            this.DefaultHeight = 153;
137
 
            this.f_OpenButton.HasDefault = true;
138
136
            this.Show();
139
137
        }
140
138
    }