gnome-subtitles r996 - trunk/src/GnomeSubtitles/Dialogs
- From: pcastro svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-subtitles r996 - trunk/src/GnomeSubtitles/Dialogs
- Date: Sat, 7 Jun 2008 23:27:32 +0000 (UTC)
Author: pcastro
Date: Sat Jun 7 23:27:31 2008
New Revision: 996
URL: http://svn.gnome.org/viewvc/gnome-subtitles?rev=996&view=rev
Log:
CheckResize isn't needed anymore because the dialog renders correctly.
Code cleanup.
Modified:
trunk/src/GnomeSubtitles/Dialogs/AboutDialog.cs
Modified: trunk/src/GnomeSubtitles/Dialogs/AboutDialog.cs
==============================================================================
--- trunk/src/GnomeSubtitles/Dialogs/AboutDialog.cs (original)
+++ trunk/src/GnomeSubtitles/Dialogs/AboutDialog.cs Sat Jun 7 23:27:31 2008
@@ -55,11 +55,10 @@
}
private void SetInfo () {
- dialog.Name = "Gnome Subtitles";
+ dialog.Name = "Gnome Subtitles"; //TODO Deprecated property, need to change to ProgramName. Scheduled for substitution when gtk# 2.12 is available in all major distros.
dialog.Comments += "\n\nUsing SubLib " + Global.Execution.SubLibVersion;
dialog.Version = Global.Execution.Version;
dialog.Logo = new Gdk.Pixbuf(null, logoFilename);
- dialog.CheckResize(); //TODO used for artifacts not to appear when the dialog is first displayed (they disappear when refreshing the window)
}
/* Event members */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]