Author: mdk
Date: 2008-02-21 04:58:39 -0500 (Thu, 21 Feb 2008)
New Revision: 96330

Modified:
   trunk/moon/plugin/ChangeLog
   trunk/moon/plugin/plugin.cpp
Log:
2008-02-21  Michael Dominic K.  <[EMAIL PROTECTED]>

        * plugin/plugin.cpp: Small fix for table ("Properties") formatting so 
that
        it doesn't expand like crazy because of long URL's in sources.


Modified: trunk/moon/plugin/ChangeLog
===================================================================
--- trunk/moon/plugin/ChangeLog 2008-02-21 09:53:08 UTC (rev 96329)
+++ trunk/moon/plugin/ChangeLog 2008-02-21 09:58:39 UTC (rev 96330)
@@ -1,3 +1,8 @@
+2008-02-21  Michael Dominic K.  <[EMAIL PROTECTED]>
+
+       * plugin/plugin.cpp: Small fix for table ("Properties") formatting so 
that
+       it doesn't expand like crazy because of long URL's in sources.
+
 2008-02-20  Jeffrey Stedfast  <[EMAIL PROTECTED]>
 
        * plugin-class.cpp (MoonlightTextBlockObject::Invoke): The

Modified: trunk/moon/plugin/plugin.cpp
===================================================================
--- trunk/moon/plugin/plugin.cpp        2008-02-21 09:53:08 UTC (rev 96329)
+++ trunk/moon/plugin/plugin.cpp        2008-02-21 09:58:39 UTC (rev 96330)
@@ -225,7 +225,7 @@
        gtk_box_pack_start (vbox, title ("Properties"), FALSE, FALSE, 0);
        gtk_box_pack_start (vbox, gtk_hseparator_new (), FALSE, FALSE, 8);
        
-       table = gtk_table_new (11, 2, TRUE);
+       table = gtk_table_new (11, 2, FALSE);
        gtk_box_pack_start (vbox, table, TRUE, TRUE, 0);
        
        table_add (table, "Source:", 0, row++);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to