]> git.pld-linux.org Git - packages/gossip.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:41 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gossip-roster-not-found.patch -> 1.2
    gossip-schemas.patch -> 1.2

gossip-roster-not-found.patch [deleted file]
gossip-schemas.patch [deleted file]

diff --git a/gossip-roster-not-found.patch b/gossip-roster-not-found.patch
deleted file mode 100644 (file)
index cf5e5a5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- gossip-0.8/src/gossip-app.c.orig   2005-01-08 04:19:38.877406688 +0100
-+++ gossip-0.8/src/gossip-app.c        2005-01-08 04:22:41.717610752 +0100
-@@ -1630,16 +1630,18 @@
-               if (str && strcmp (str, "") != 0) {
-                       item = gossip_roster_find_item (gossip_app_get_roster (),
-                                                       str);
--                      if (!item) {
-+                      if (item) {
-+                              contact = gossip_roster_get_contact_from_item (gossip_app_get_roster (),
-+                                                              item);
-+                              chat = gossip_private_chat_get_for_contact (contact, TRUE);
-+                              
-+                              gossip_chat_present (GOSSIP_CHAT (chat));
-+                      }
-+                      else {
-                               /* FIXME: Display error dialog... */
-                               g_warning ("'%s' is not a valid JID or nick name.", str);
-                       }
--                      contact = gossip_roster_get_contact_from_item (gossip_app_get_roster (),
--                                                             item);
--                      chat = gossip_private_chat_get_for_contact (contact, TRUE);
--                      
--                      gossip_chat_present (GOSSIP_CHAT (chat));
-               }
-       }
diff --git a/gossip-schemas.patch b/gossip-schemas.patch
deleted file mode 100644 (file)
index b50b017..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -aurN gossip-0.7.1.orig/gossip.schemas.in gossip-0.7.1/gossip.schemas.in
---- gossip-0.7.1.orig/gossip.schemas.in        2004-01-22 13:16:49.000000000 +0100
-+++ gossip-0.7.1/gossip.schemas.in     2004-01-23 00:04:59.000000000 +0100
-@@ -149,6 +149,12 @@
-       <type>list</type>
-       <list_type>string</list_type>
-       <default>[]</default>
-+       <locale name="C">
-+          <short>Preset status messages</short>
-+          <long>
-+            Preset status messages.
-+          </long>
-+       </locale>
-     </schema>
-   </schemalist>  
This page took 0.032766 seconds and 4 git commands to generate.