<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src</tt></b></td></tr>
<tr><td><tt>cocoaui/<a href="#file1">cocoa_win.m</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">d4807997e450 -> 4f2750753a6c</td></tr>
<tr class="alt" style=";" ><td><tt>       /<a href="#file2">cocoaui.m</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">d4807997e450 -> 4f2750753a6c</td></tr>
<tr><td><tt>gtkui/<a href="#file3">gtk_win.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+3</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-3</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">d4807997e450 -> 4f2750753a6c</td></tr>
<tr class="alt" style=";" ><td><tt>     /<a href="#file4">gtkui.c</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">d4807997e450 -> 4f2750753a6c</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+6</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-6</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >4 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Show '<no disc>' in the title bar when there is no cdrom disc attached
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/cocoaui</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>cocoa_win.m</b></big> <small id="info" style="color: #888888;" >d4807997e450 -> 4f2750753a6c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/cocoaui/cocoa_win.m
+++ lxdream/src/cocoaui/cocoa_win.m
@@ -179,7 +179,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     NSString *title;
     const char *disc_title = gdrom_get_current_disc_title();
     if( disc_title == NULL ) {
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        title = [NSString stringWith<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >CString:</span> lxdream_package_name];
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+        title = [NSString stringWith<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >Format: @"%s - <no disc>",</span> lxdream_package_name];
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     } else {
         title = [NSString stringWithFormat: @"%s - %s", lxdream_package_name, disc_title];
     }
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/cocoaui</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>cocoaui.m</b></big> <small id="info" style="color: #888888;" >d4807997e450 -> 4f2750753a6c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/cocoaui/cocoaui.m
+++ lxdream/src/cocoaui/cocoaui.m
@@ -59,7 +59,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > - (void) setAppleMenu:(NSMenu *)aMenu;
 @end
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-gboolean cocoa_gui_disc_changed( <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >g</span>drom_disc_t disc, const gchar *disc_name, void *user_data )
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+gboolean cocoa_gui_disc_changed( <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >c</span>drom_disc_t disc, const gchar *disc_name, void *user_data )
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > {
     NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
     LxdreamMainWindow *window = (LxdreamMainWindow *)user_data;
</pre></div>
<hr /><a name="file3" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/gtkui</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>gtk_win.c</b></big> <small id="info" style="color: #888888;" >d4807997e450 -> 4f2750753a6c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/gtkui/gtk_win.c
+++ lxdream/src/gtkui/gtk_win.c
@@ -422,12 +422,12 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > void main_window_update_title( main_window_t win )
 {
     const char *disc = gdrom_get_current_disc_title();
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    char buf[256];
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     
     if( disc == NULL ) {
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        gtk_window_set_title( GTK_WINDOW(win->window), lxdream_package_name );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+        snprintf( buf, sizeof(buf), "%s - <%s>", lxdream_package_name, _("no disc") );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     } else {
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        char buf[256];
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         snprintf( buf, sizeof(buf), "%s - %s", lxdream_package_name, disc );
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        gtk_window_set_title( GTK_WINDOW(win->window), buf );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     }
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    gtk_window_set_title( GTK_WINDOW(win->window), buf );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > }
</pre></div>
<hr /><a name="file4" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/gtkui</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>gtkui.c</b></big> <small id="info" style="color: #888888;" >d4807997e450 -> 4f2750753a6c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/gtkui/gtkui.c
+++ lxdream/src/gtkui/gtkui.c
@@ -232,7 +232,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     return gtk_gui_init_ok;
 }
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-gboolean gtk_gui_disc_changed( <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >g</span>drom_disc_t disc, const gchar *disc_name, void *ptr )
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+gboolean gtk_gui_disc_changed( <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >c</span>drom_disc_t disc, const gchar *disc_name, void *ptr )
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > {
     main_window_update_title( main_win );
     return TRUE;
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>