[glom] Set window icon for welcome screen.
- From: Daniel Borgmann <dborg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Set window icon for welcome screen.
- Date: Tue, 30 Mar 2010 16:24:46 +0000 (UTC)
commit bf6846f6cd639e6a39c62f3bcb576675e3abf490
Author: Daniel Borgmann <danielb openismus com>
Date: Tue Mar 30 17:24:33 2010 +0100
Set window icon for welcome screen.
* glom/dialog_existing_or_new.cc: Set window icon.
ChangeLog | 6 ++++++
glom/dialog_existing_or_new.cc | 2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ed46437..59e4035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-03-30 Daniel Borgmann <danielb openismus com>
+ Set window icon for welcome screen.
+
+ * glom/dialog_existing_or_new.cc: Set window icon.
+
+2010-03-30 Daniel Borgmann <danielb openismus com>
+
Disable some menu items when no table is loaded.
* glom/application.cc: update_table_sensitive_ui: Function to set
diff --git a/glom/dialog_existing_or_new.cc b/glom/dialog_existing_or_new.cc
index 9d9a1fa..2aa560a 100644
--- a/glom/dialog_existing_or_new.cc
+++ b/glom/dialog_existing_or_new.cc
@@ -104,6 +104,8 @@ namespace Glom
Dialog_ExistingOrNew::Dialog_ExistingOrNew(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& builder)
: Gtk::Dialog(cobject)
{
+ set_icon_name("glom");
+
#ifdef GLOM_ENABLE_CLIENT_ONLY
//Don't mention creation of new documents in client-only mode:
Gtk::Label* label = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]