Be less verbose

master
Yevgen Muntyan 2006-05-09 03:01:29 -05:00
parent 5dfd67357b
commit b3fc5a45b6
2 changed files with 4 additions and 15 deletions

View File

@ -292,16 +292,16 @@
</kdevdoctreeview> </kdevdoctreeview>
<kdevfilecreate> <kdevfilecreate>
<filetypes> <filetypes>
<type icon="source" ext="g" create="template" name="GAP source" > <type icon="source" ext="g" name="GAP source" create="template" >
<descr>A new empty GAP source file</descr> <descr>A new empty GAP source file</descr>
</type> </type>
<type icon="source_cpp" ext="cpp" create="template" name="C++ Source" > <type icon="source_cpp" ext="cpp" name="C++ Source" create="template" >
<descr>A new empty C++ file.</descr> <descr>A new empty C++ file.</descr>
</type> </type>
<type icon="source_h" ext="h" create="template" name="C/C++ Header" > <type icon="source_h" ext="h" name="C/C++ Header" create="template" >
<descr>A new empty header file for C/C++.</descr> <descr>A new empty header file for C/C++.</descr>
</type> </type>
<type icon="source_c" ext="c" create="template" name="C Source" > <type icon="source_c" ext="c" name="C Source" create="template" >
<descr>A new empty C file.</descr> <descr>A new empty C file.</descr>
</type> </type>
</filetypes> </filetypes>

View File

@ -1469,18 +1469,7 @@ moo_remove_startup_notify (GtkWidget *widget)
id = g_getenv ("DESKTOP_STARTUP_ID"); id = g_getenv ("DESKTOP_STARTUP_ID");
if (!id) if (!id)
{
g_message ("DESKTOP_STARTUP_ID not set");
id = g_getenv ("DESKTOP_LAUNCH_ID");
if (id)
g_message ("DESKTOP_LAUNCH_ID: %s", id);
else
g_message ("DESKTOP_LAUNCH_ID not set");
return; return;
}
message = g_strdup_printf ("remove: ID=%s", id); message = g_strdup_printf ("remove: ID=%s", id);
message_len = strlen (message) + 1; message_len = strlen (message) + 1;