gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-24


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-248-gdb19387
Date: Sun, 19 Jun 2011 11:32:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  db1938765ef329b386da73f62b8d155a80ad08b6 (commit)
      from  760f9f070991f0daeeee8120229ecb526f977471 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=db1938765ef329b386da73f62b8d155a80ad08b6


commit db1938765ef329b386da73f62b8d155a80ad08b6
Author: Daniele Forsi <address@hidden>
Date:   Sun Jun 19 12:36:43 2011 +0200

    Use "phone" as default window icon
    
    https://lists.nongnu.org/archive/html/gnokii-users/2011-06/msg00034.html

diff --git a/ChangeLog b/ChangeLog
index 9167680..9fefddf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,9 @@
     o add ability to use --writephonebook               (Paweł Kot)
  * smsd updates
     o do not call GetSMSC every time SMS is sent        (Paweł Kot)
+ * xgnokii updates
+    o set icon "phone" for all windows when using gtk+ 2.6 or later
+                                                    (Daniele Forsi)
 
 0.6.30
 ======
diff --git a/xgnokii/ChangeLog b/xgnokii/ChangeLog
index 41009e9..9d0f90f 100644
--- a/xgnokii/ChangeLog
+++ b/xgnokii/ChangeLog
@@ -1,3 +1,6 @@
+* Sat 18 Jun 2011 Daniele Forsi
+- Set "phone" as default window icon
+
 * Sun 26 Sep 2010 Matthias Mucks
 - On 64Bit Machines, while reading contacts from a mobile,
   'pbEntry->entry.caller_group' sometimes contains a large nubmer,
diff --git a/xgnokii/xgnokii.c b/xgnokii/xgnokii.c
index a00de83..4be2b75 100644
--- a/xgnokii/xgnokii.c
+++ b/xgnokii/xgnokii.c
@@ -2145,8 +2145,10 @@ static void TopLevelWindow(void)
        GdkBitmap *mask;
        struct sigaction act;
 
+#if GTK_CHECK_VERSION (2, 6, 0)
+       gtk_window_set_default_icon_name("phone");
+#endif
        GUI_MainWindow = gtk_window_new(GTK_WINDOW_TOPLEVEL);
-       gtk_window_set_wmclass(GTK_WINDOW(GUI_MainWindow), "MainWindow", 
"Xgnokii");
 /*  gtk_window_set_decorated (GTK_WINDOW (GUI_MainWindow), GTK_FALSE); */
        gtk_widget_realize(GUI_MainWindow);
 
@@ -2166,8 +2168,6 @@ static void TopLevelWindow(void)
            gdk_pixmap_create_from_xpm_d(GUI_MainWindow->window, &mask,
                                         &GUI_MainWindow->style->white, (gchar 
**) XPM_background);
 
-//  gdk_window_set_icon_name (GUI_MainWindow->window, "XXX");
-
        /* Create the drawing area */
        drawing_area = gtk_drawing_area_new();
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    3 +++
 xgnokii/ChangeLog |    3 +++
 xgnokii/xgnokii.c |    6 +++---
 3 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]