brasero r797 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r797 - in trunk: . src
- Date: Wed, 7 May 2008 13:46:41 +0100 (BST)
Author: philippr
Date: Wed May 7 12:46:41 2008
New Revision: 797
URL: http://svn.gnome.org/viewvc/brasero?rev=797&view=rev
Log:
Make sure the import session is disabled when we start
* src/brasero-data-disc.c (brasero_data_disc_add_ui):
Modified:
trunk/ChangeLog
trunk/src/brasero-data-disc.c
Modified: trunk/src/brasero-data-disc.c
==============================================================================
--- trunk/src/brasero-data-disc.c (original)
+++ trunk/src/brasero-data-disc.c Wed May 7 12:46:41 2008
@@ -1545,6 +1545,7 @@
}
action = gtk_action_group_get_action (priv->disc_group, "ImportSession");
+ gtk_action_set_sensitive (action, FALSE);
g_object_set (action,
"short-label", _("Import"), /* for toolbar buttons */
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]